mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 00:52:22 -07:00
@@ -15,8 +15,8 @@
|
||||
- public IInventory resultInventory = new InventoryCraftResult();
|
||||
+ public InventoryCrafting craftInventory; // CraftBukkit - move initialization into constructor
|
||||
+ public IInventory resultInventory; // CraftBukkit - move initialization into constructor
|
||||
private World g;
|
||||
private BlockPosition h;
|
||||
private final World g;
|
||||
private final BlockPosition h;
|
||||
+ // CraftBukkit start
|
||||
+ private CraftInventoryView bukkitEntity = null;
|
||||
+ private PlayerInventory player;
|
||||
|
Reference in New Issue
Block a user