mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-02 14:38:26 +01:00
Make the constant static?
This commit is contained in:
parent
8e849ad947
commit
8a7d13c8ad
@ -31,7 +31,7 @@ public final class ItemStack implements TagReadable, HoverEventSource<HoverEvent
|
||||
*/
|
||||
public static final @NotNull ItemStack AIR = ItemStack.of(Material.AIR);
|
||||
|
||||
public static final @NotNull VanillaStackingRule DEFAULT_STACKING_RULE = new VanillaStackingRule();
|
||||
private static final @NotNull VanillaStackingRule DEFAULT_STACKING_RULE = new VanillaStackingRule();
|
||||
|
||||
private final StackingRule stackingRule;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user