* Update Javadoc of block state classes to better match implementation behaviour. * Add Container interface which provides access to the snapshot inventory. By: Lukas Hennig <lukas@wirsindwir.de>
7 lines
136 B
Java
7 lines
136 B
Java
package org.bukkit.block;
|
|
|
|
/**
|
|
* Represents a captured state of an ender chest.
|
|
*/
|
|
public interface EnderChest extends BlockState { }
|