Commands
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
--- a/net/minecraft/world/CompoundContainer.java
|
||||
+++ b/net/minecraft/world/CompoundContainer.java
|
||||
@@ -7,6 +_,48 @@
|
||||
private final Container container1;
|
||||
private final Container container2;
|
||||
public final Container container1;
|
||||
public final Container container2;
|
||||
|
||||
+ // Paper start - add fields and methods
|
||||
+ public java.util.List<org.bukkit.entity.HumanEntity> transaction = new java.util.ArrayList<org.bukkit.entity.HumanEntity>();
|
||||
|
||||
Reference in New Issue
Block a user