public interface TileEntityCarrier extends TileEntity, Carrier
TileEntity
that is a carrier of
TileEntityInventory
.
Additional information regarding the TileEntityCarrier
is
dependent on the TileEntity
itself.
Modifier and Type | Method and Description |
---|---|
TileEntityInventory<TileEntityCarrier> |
getInventory()
Returns the inventory that this Carrier is holding.
|
getBlock, getLocation, getType, isValid, setValid
setRawData, validateRawData
toContainer
getApplicableProperties, getProperty
TileEntityInventory<TileEntityCarrier> getInventory()
Carrier
getInventory
in interface Carrier