mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 03:35:51 -07:00
@@ -46,8 +46,8 @@
|
||||
+
|
||||
public TileEntityHopper() {}
|
||||
|
||||
public void a(NBTTagCompound nbttagcompound) {
|
||||
@@ -105,7 +139,7 @@
|
||||
public static void a(DataConverterManager dataconvertermanager) {
|
||||
@@ -109,7 +143,7 @@
|
||||
}
|
||||
|
||||
public int getMaxStackSize() {
|
||||
@@ -56,7 +56,7 @@
|
||||
}
|
||||
|
||||
public boolean a(EntityHuman entityhuman) {
|
||||
@@ -201,10 +235,35 @@
|
||||
@@ -205,10 +239,35 @@
|
||||
for (int i = 0; i < this.getSize(); ++i) {
|
||||
if (this.getItem(i) != null) {
|
||||
ItemStack itemstack = this.getItem(i).cloneItemStack();
|
||||
@@ -94,7 +94,7 @@
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -315,10 +374,41 @@
|
||||
@@ -330,10 +389,41 @@
|
||||
|
||||
if (itemstack != null && b(iinventory, itemstack, i, enumdirection)) {
|
||||
ItemStack itemstack1 = itemstack.cloneItemStack();
|
||||
@@ -138,7 +138,7 @@
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -334,6 +424,13 @@
|
||||
@@ -349,6 +439,13 @@
|
||||
if (entityitem == null) {
|
||||
return false;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user