Commands
This commit is contained in:
@@ -39,5 +39,5 @@
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
private NonNullList<ItemStack> items = NonNullList.withSize(27, ItemStack.EMPTY);
|
||||
private final ContainerOpenersCounter openersCounter = new ContainerOpenersCounter() {
|
||||
public final ContainerOpenersCounter openersCounter = new ContainerOpenersCounter() {
|
||||
@Override
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
+++ b/net/minecraft/world/level/block/entity/ChiseledBookShelfBlockEntity.java
|
||||
@@ -27,6 +_,42 @@
|
||||
private final NonNullList<ItemStack> items = NonNullList.withSize(6, ItemStack.EMPTY);
|
||||
private int lastInteractedSlot = -1;
|
||||
public int lastInteractedSlot = -1;
|
||||
|
||||
+ // CraftBukkit start - add fields and methods
|
||||
+ public java.util.List<org.bukkit.entity.HumanEntity> transaction = new java.util.ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user