@@ -9,9 +9,9 @@
|
||||
public abstract class TileEntity {
|
||||
|
||||
private static final Logger a = LogManager.getLogger();
|
||||
@@ -250,4 +252,13 @@
|
||||
a("command_block", TileEntityCommand.class);
|
||||
@@ -251,4 +253,13 @@
|
||||
a("shulker_box", TileEntityShulkerBox.class);
|
||||
a("bed", TileEntityBed.class);
|
||||
}
|
||||
+
|
||||
+ // CraftBukkit start - add method
|
||||
|
||||
Reference in New Issue
Block a user