Start update, apply API patches
This commit is contained in:
parent
881d616533
commit
3a8f9e0b6e
1088 changed files with 38 additions and 473 deletions
|
@ -17,10 +17,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
|
||||
/**
|
||||
@@ -0,0 +0,0 @@ public interface FeatureFlag extends Keyed {
|
||||
@Deprecated(since = "1.21")
|
||||
public static final FeatureFlag UPDATE_121 = Bukkit.getUnsafe().getFeatureFlag(NamespacedKey.minecraft("update_1_21"));
|
||||
|
||||
+ @ApiStatus.Experimental // Paper - add missing annotation
|
||||
@Deprecated(since = "1.21.4")
|
||||
public static final FeatureFlag WINTER_DROP = Bukkit.getUnsafe().getFeatureFlag(NamespacedKey.minecraft("winter_drop"));
|
||||
|
||||
+ @ApiStatus.Experimental // Paper - add missing annotation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue