Interface EntityBlockStorage<T extends Entity>

Type Parameters:
T - Entity this block can store
All Superinterfaces:
BlockState, Metadatable, PersistentDataHolder, TileState
All Known Subinterfaces:
Beehive

public interface EntityBlockStorage<T extends Entity> extends TileState
Represents a captured state of a block which stores entities.