public interface TileEntityType extends CatalogType
Modifier and Type | Method and Description |
---|---|
BlockType |
getParentBlockType()
Gets the type of
BlockType that this TileEntityType
can be created from. |
Class<? extends TileEntity> |
getTileEntityType()
Returns the tile entity class for this type.
|
getId, getName
BlockType getParentBlockType()
BlockType
that this TileEntityType
can be created from.Class<? extends TileEntity> getTileEntityType()