Added full tile entity data support for all block types that use it, including chests, dispensers, furnaces, mob spawners, and note blocks.
This commit is contained in:
9
src/main/java/org/bukkit/block/Chest.java
Normal file
9
src/main/java/org/bukkit/block/Chest.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package org.bukkit.block;
|
||||
|
||||
/**
|
||||
* Represents a chest.
|
||||
*
|
||||
* @author sk89q
|
||||
*/
|
||||
public interface Chest extends BlockState, ContainerBlock {
|
||||
}
|
||||
Reference in New Issue
Block a user