mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 15:30:19 +01:00
Experimental annotations change
This commit is contained in:
parent
94e488f80d
commit
1ab1d0f10a
14 changed files with 19 additions and 11 deletions
|
@ -29,6 +29,7 @@ public interface FeatureFlag extends Keyed {
|
|||
@Deprecated(since = "1.20.2")
|
||||
public static final FeatureFlag UPDATE_1_20 = Bukkit.getUnsafe().getFeatureFlag(NamespacedKey.minecraft("update_1_20"));
|
||||
|
||||
@ApiStatus.Experimental // Paper - add missing annotation
|
||||
public static final FeatureFlag TRADE_REBALANCE = Bukkit.getUnsafe().getFeatureFlag(NamespacedKey.minecraft("trade_rebalance"));
|
||||
|
||||
/**
|
||||
|
@ -47,8 +48,10 @@ public interface FeatureFlag extends Keyed {
|
|||
@Deprecated(since = "1.21.4")
|
||||
public static final FeatureFlag WINTER_DROP = Bukkit.getUnsafe().getFeatureFlag(NamespacedKey.minecraft("winter_drop"));
|
||||
|
||||
@ApiStatus.Experimental // Paper - add missing annotation
|
||||
public static final FeatureFlag REDSTONE_EXPERIMENTS = Bukkit.getUnsafe().getFeatureFlag(NamespacedKey.minecraft("redstone_experiments"));
|
||||
|
||||
@ApiStatus.Experimental // Paper - add missing annotation
|
||||
public static final FeatureFlag MINECART_IMPROVEMENTS = Bukkit.getUnsafe().getFeatureFlag(NamespacedKey.minecraft("minecart_improvements"));
|
||||
|
||||
}
|
||||
|
|
|
@ -287,6 +287,8 @@ public final class GameRule<T> implements net.kyori.adventure.translation.Transl
|
|||
* The maximum speed of minecarts (when the new movement algorithm is
|
||||
* enabled).
|
||||
*/
|
||||
@MinecraftExperimental(MinecraftExperimental.Requires.MINECART_IMPROVEMENTS) // Paper - add missing annotation
|
||||
@org.jetbrains.annotations.ApiStatus.Experimental // Paper - add missing annotation
|
||||
public static final GameRule<Integer> MINECART_MAX_SPEED = new GameRule<>("minecartMaxSpeed", Integer.class);
|
||||
|
||||
/**
|
||||
|
|
|
@ -6,7 +6,6 @@ import org.jetbrains.annotations.ApiStatus;
|
|||
/**
|
||||
* Represents a captured state of a crafter.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface Crafter extends Container, com.destroystokyo.paper.loottable.LootableBlockInventory { // Paper - LootTable API
|
||||
|
||||
/**
|
||||
|
|
|
@ -10,7 +10,6 @@ import org.jetbrains.annotations.NotNull;
|
|||
/**
|
||||
* Represents a captured state of a trial spawner.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface TrialSpawner extends TileState {
|
||||
|
||||
/**
|
||||
|
|
|
@ -5,6 +5,5 @@ import org.jetbrains.annotations.ApiStatus;
|
|||
/**
|
||||
* Represents a captured state of a trial spawner.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface Vault extends TileState {
|
||||
}
|
||||
|
|
|
@ -5,7 +5,6 @@ import org.jetbrains.annotations.ApiStatus;
|
|||
/**
|
||||
* Represents a Wind Charge.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface AbstractWindCharge extends Fireball {
|
||||
|
||||
/**
|
||||
|
|
|
@ -5,7 +5,6 @@ import org.jetbrains.annotations.ApiStatus;
|
|||
/**
|
||||
* Represents a Bogged Skeleton.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface Bogged extends AbstractSkeleton, Shearable, io.papermc.paper.entity.Shearable { // Paper - Shear API
|
||||
|
||||
/**
|
||||
|
|
|
@ -5,6 +5,5 @@ import org.jetbrains.annotations.ApiStatus;
|
|||
/**
|
||||
* Represents a Breeze. Whoosh!
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface Breeze extends Monster {
|
||||
}
|
||||
|
|
|
@ -5,7 +5,6 @@ import org.jetbrains.annotations.ApiStatus;
|
|||
/**
|
||||
* Represents a Wind Charge.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface BreezeWindCharge extends AbstractWindCharge {
|
||||
|
||||
}
|
||||
|
|
|
@ -7,7 +7,6 @@ import org.jetbrains.annotations.Nullable;
|
|||
/**
|
||||
* Represents an ominous item spawner.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface OminousItemSpawner extends Entity {
|
||||
|
||||
/**
|
||||
|
|
|
@ -5,7 +5,6 @@ import org.jetbrains.annotations.ApiStatus;
|
|||
/**
|
||||
* Represents a Wind Charge.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface WindCharge extends AbstractWindCharge {
|
||||
|
||||
}
|
||||
|
|
|
@ -148,7 +148,6 @@ public enum InventoryType {
|
|||
/**
|
||||
* A crafter inventory, with 9 CRAFTING slots.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
CRAFTER(9, "Crafter", MenuType.CRAFTER_3X3),
|
||||
/**
|
||||
* The new smithing inventory, with 3 CRAFTING slots and 1 RESULT slot.
|
||||
|
|
|
@ -5,5 +5,4 @@ import org.jetbrains.annotations.ApiStatus;
|
|||
/**
|
||||
* Interface to the inventory of a Crafter.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
public interface CrafterInventory extends Inventory { }
|
||||
|
|
|
@ -314,12 +314,26 @@ public final class MapCursor {
|
|||
Type BANNER_RED = getType("banner_red");
|
||||
Type BANNER_BLACK = getType("banner_black");
|
||||
Type RED_X = getType("red_x");
|
||||
@org.bukkit.MinecraftExperimental(org.bukkit.MinecraftExperimental.Requires.TRADE_REBALANCE) // Paper - add missing annotation
|
||||
@org.jetbrains.annotations.ApiStatus.Experimental // Paper - add missing annotation
|
||||
Type VILLAGE_DESERT = getType("village_desert");
|
||||
@org.bukkit.MinecraftExperimental(org.bukkit.MinecraftExperimental.Requires.TRADE_REBALANCE) // Paper - add missing annotation
|
||||
@org.jetbrains.annotations.ApiStatus.Experimental // Paper - add missing annotation
|
||||
Type VILLAGE_PLAINS = getType("village_plains");
|
||||
@org.bukkit.MinecraftExperimental(org.bukkit.MinecraftExperimental.Requires.TRADE_REBALANCE) // Paper - add missing annotation
|
||||
@org.jetbrains.annotations.ApiStatus.Experimental // Paper - add missing annotation
|
||||
Type VILLAGE_SAVANNA = getType("village_savanna");
|
||||
@org.bukkit.MinecraftExperimental(org.bukkit.MinecraftExperimental.Requires.TRADE_REBALANCE) // Paper - add missing annotation
|
||||
@org.jetbrains.annotations.ApiStatus.Experimental // Paper - add missing annotation
|
||||
Type VILLAGE_SNOWY = getType("village_snowy");
|
||||
@org.bukkit.MinecraftExperimental(org.bukkit.MinecraftExperimental.Requires.TRADE_REBALANCE) // Paper - add missing annotation
|
||||
@org.jetbrains.annotations.ApiStatus.Experimental // Paper - add missing annotation
|
||||
Type VILLAGE_TAIGA = getType("village_taiga");
|
||||
@org.bukkit.MinecraftExperimental(org.bukkit.MinecraftExperimental.Requires.TRADE_REBALANCE) // Paper - add missing annotation
|
||||
@org.jetbrains.annotations.ApiStatus.Experimental // Paper - add missing annotation
|
||||
Type JUNGLE_TEMPLE = getType("jungle_temple");
|
||||
@org.bukkit.MinecraftExperimental(org.bukkit.MinecraftExperimental.Requires.TRADE_REBALANCE) // Paper - add missing annotation
|
||||
@org.jetbrains.annotations.ApiStatus.Experimental // Paper - add missing annotation
|
||||
Type SWAMP_HUT = getType("swamp_hut");
|
||||
Type TRIAL_CHAMBERS = getType("trial_chambers");
|
||||
|
||||
|
|
Loading…
Reference in a new issue