13
0
geforkt von Mirrors/Paper

Implement getNMSWorld on EntityMinecartContainer

Was missed because the class is abstract and nothing implementing the class was imported in Paper
Dieser Commit ist enthalten in:
Aikar 2016-05-04 20:33:16 -04:00
Ursprung 22d5cbee82
Commit 2570184ba1

Datei anzeigen

@ -483,6 +483,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ return lootableData;
+ }
+
+ @Override
+ public World getNMSWorld() {
+ return this.world;
+ }
+
+ public String getLootTableName() {
+ final MinecraftKey key = getLootTableKey();
+ return key != null ? key.toString() : null;