Implement getNMSWorld on EntityMinecartContainer
Was missed because the class is abstract and nothing implementing the class was imported in Paper
This commit is contained in:
@@ -483,6 +483,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ return lootableData;
|
+ return lootableData;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
+ @Override
|
||||||
|
+ public World getNMSWorld() {
|
||||||
|
+ return this.world;
|
||||||
|
+ }
|
||||||
|
+
|
||||||
+ public String getLootTableName() {
|
+ public String getLootTableName() {
|
||||||
+ final MinecraftKey key = getLootTableKey();
|
+ final MinecraftKey key = getLootTableKey();
|
||||||
+ return key != null ? key.toString() : null;
|
+ return key != null ? key.toString() : null;
|
||||||
|
|||||||
Reference in New Issue
Block a user