mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-30 20:03:51 -07:00
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user