mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
readd beacon effect cause
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
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>();
|
||||
+ public java.util.List<org.bukkit.entity.HumanEntity> transaction = new java.util.ArrayList<>();
|
||||
+
|
||||
+ public java.util.List<ItemStack> getContents() {
|
||||
+ java.util.List<ItemStack> result = new java.util.ArrayList<>(this.getContainerSize());
|
||||
|
Reference in New Issue
Block a user