mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
@@ -1468,9 +1468,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
|||||||
* communicated this information,
|
* communicated this information,
|
||||||
*
|
*
|
||||||
* @return client view distance as above
|
* @return client view distance as above
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public int getClientViewDistance();
|
public int getClientViewDistance();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -12,9 +12,7 @@ public class PlayerBedEnterEvent extends PlayerEvent implements Cancellable {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents the default possible outcomes of this event.
|
* Represents the default possible outcomes of this event.
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public enum BedEnterResult {
|
public enum BedEnterResult {
|
||||||
/**
|
/**
|
||||||
* The player will enter the bed.
|
* The player will enter the bed.
|
||||||
|
@@ -122,9 +122,7 @@ public class FurnaceRecipe implements Recipe, Keyed {
|
|||||||
*
|
*
|
||||||
* @param input The input choice.
|
* @param input The input choice.
|
||||||
* @return The changed recipe, so you can chain calls.
|
* @return The changed recipe, so you can chain calls.
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public FurnaceRecipe setInputChoice(RecipeChoice input) {
|
public FurnaceRecipe setInputChoice(RecipeChoice input) {
|
||||||
this.ingredient = input;
|
this.ingredient = input;
|
||||||
return this;
|
return this;
|
||||||
@@ -134,9 +132,7 @@ public class FurnaceRecipe implements Recipe, Keyed {
|
|||||||
* Get the input choice.
|
* Get the input choice.
|
||||||
*
|
*
|
||||||
* @return The input choice.
|
* @return The input choice.
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public RecipeChoice getInputChoice() {
|
public RecipeChoice getInputChoice() {
|
||||||
return this.ingredient.clone();
|
return this.ingredient.clone();
|
||||||
}
|
}
|
||||||
|
@@ -2,10 +2,7 @@ package org.bukkit.scoreboard;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Controls the way in which an {@link Objective} is rendered client side.
|
* Controls the way in which an {@link Objective} is rendered client side.
|
||||||
*
|
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public enum RenderType {
|
public enum RenderType {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user