Re-make the player field protected

This commit is contained in:
TheMode 2021-08-14 18:39:45 +02:00
parent 11d8c16bf4
commit b505613810

View File

@ -23,7 +23,7 @@ public class PlayerInventory extends AbstractInventory implements EquipmentHandl
public static final int INVENTORY_SIZE = 46;
public static final int INNER_INVENTORY_SIZE = 36;
private final Player player;
protected final Player player;
private ItemStack cursorItem = ItemStack.AIR;
public PlayerInventory(@NotNull Player player) {