Update to Minecraft 1.12-pre2

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2017-05-14 12:00:00 +10:00
parent b8446f770b
commit 40c8954e17
210 changed files with 2280 additions and 1974 deletions

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/server/JsonList.java
+++ b/net/minecraft/server/JsonList.java
@@ -83,7 +83,7 @@
@@ -84,7 +84,7 @@
public V get(K k0) {
this.h();
@@ -9,7 +9,7 @@
}
public void remove(K k0) {
@@ -101,6 +101,12 @@
@@ -102,6 +102,12 @@
return (String[]) this.d.keySet().toArray(new String[this.d.size()]);
}
@@ -22,7 +22,7 @@
public boolean isEmpty() {
return this.d.size() < 1;
}
@@ -176,7 +182,7 @@
@@ -177,7 +183,7 @@
JsonListEntry jsonlistentry = (JsonListEntry) iterator.next();
if (jsonlistentry.getKey() != null) {
@@ -31,7 +31,7 @@
}
}
}
@@ -204,11 +210,11 @@
@@ -205,11 +211,11 @@
}
}