mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
@@ -15,8 +15,8 @@
|
||||
public class InventoryLargeChest implements ITileInventory {
|
||||
|
||||
@@ -8,6 +15,48 @@
|
||||
public ITileInventory left;
|
||||
public ITileInventory right;
|
||||
public final ITileInventory left;
|
||||
public final ITileInventory right;
|
||||
|
||||
+ // CraftBukkit start - add fields and methods
|
||||
+ public List<HumanEntity> transaction = new java.util.ArrayList<HumanEntity>();
|
||||
|
Reference in New Issue
Block a user