Update to Minecraft 1.10

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-06-09 11:43:49 +10:00
parent 604d9373c0
commit a39b7e5f3a
161 changed files with 1176 additions and 1147 deletions

View File

@@ -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 {