summaryrefslogtreecommitdiffstats
path: root/nms-patches/LootTableInfo.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-12-13 11:00:00 +1100
committermd_5 <git@md-5.net>2018-12-13 11:00:00 +1100
commitc64fe5080c996e8ea29b3e113043dd0aa962aaee (patch)
treebdd0883450532288f4d4e1f4687bad7aca234019 /nms-patches/LootTableInfo.patch
parenta3c2ec03148f9f38d4d27d045b1afee2fc6ff173 (diff)
downloadcraftbukkit-c64fe5080c996e8ea29b3e113043dd0aa962aaee.tar
craftbukkit-c64fe5080c996e8ea29b3e113043dd0aa962aaee.tar.gz
craftbukkit-c64fe5080c996e8ea29b3e113043dd0aa962aaee.tar.lz
craftbukkit-c64fe5080c996e8ea29b3e113043dd0aa962aaee.tar.xz
craftbukkit-c64fe5080c996e8ea29b3e113043dd0aa962aaee.zip
Mappings Update
Diffstat (limited to 'nms-patches/LootTableInfo.patch')
-rw-r--r--nms-patches/LootTableInfo.patch18
1 files changed, 2 insertions, 16 deletions
diff --git a/nms-patches/LootTableInfo.patch b/nms-patches/LootTableInfo.patch
index 41fb44e6..cb701f45 100644
--- a/nms-patches/LootTableInfo.patch
+++ b/nms-patches/LootTableInfo.patch
@@ -26,21 +26,7 @@
}
@Nullable
-@@ -124,11 +127,11 @@
- return LootTableInfo.EntityTarget.a(jsonreader.nextString());
- }
-
-- public Object read(JsonReader jsonreader) throws IOException {
-+ public LootTableInfo.EntityTarget read(JsonReader jsonreader) throws IOException { // CraftBukkit - decompile error
- return this.a(jsonreader);
- }
-
-- public void write(JsonWriter jsonwriter, Object object) throws IOException {
-+ public void write(JsonWriter jsonwriter, LootTableInfo.EntityTarget object) throws IOException { // CraftBukkit - decompile error
- this.a(jsonwriter, (LootTableInfo.EntityTarget) object);
- }
- }
-@@ -138,6 +141,7 @@
+@@ -130,6 +133,7 @@
private final WorldServer a;
private float b;
@@ -48,7 +34,7 @@
private Entity c;
private EntityHuman d;
private DamageSource e;
-@@ -172,8 +176,15 @@
+@@ -164,8 +168,15 @@
return this;
}