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:
@@ -5,6 +5,9 @@ import org.bukkit.block.banner.Pattern;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Represents a captured state of a banner.
|
||||
*/
|
||||
public interface Banner extends BlockState {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user