Improvements to BlockStates

* 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>
This commit is contained in:
Bukkit/Spigot
2017-08-05 14:35:40 +10:00
parent 5727987ab3
commit 2ab655238c
25 changed files with 186 additions and 82 deletions

View File

@@ -1,6 +1,6 @@
package org.bukkit.block;
/**
* Represents an ender chest.
* Represents a captured state of an ender chest.
*/
public interface EnderChest extends BlockState { }