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