131415161718192021
public InventoryPlayer inv; public KnapsackInventory stats; public KnapsackGui(InventoryPlayer inventoryplayer, KnapsackInventory holder) { super(new KnapsackContainer(inventoryplayer, holder)); inv = inventoryplayer; stats = holder; }