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