Remove some draft API designations

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2018-11-23 11:41:32 +11:00
parent 50b925fdb0
commit 511827f499
4 changed files with 0 additions and 11 deletions

View file

@ -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();
/** /**

View file

@ -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.

View file

@ -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();
} }

View file

@ -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 {
/** /**