public interface TileEntityCarrier extends TileEntity, BlockCarrier
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.
|
createArchetype, getBlock, getLocatableBlock, getType, isValid, setValid
setRawData, validateRawData
getContentVersion, toContainer
getApplicableProperties, getProperty
copyFrom, copyFrom, get, getContainers, getOrCreate, offer, offer, offer, offer, offer, offer, remove, remove, remove, require, supports, transform, tryOffer, tryOffer, tryOffer, tryOffer, undo
copy, get, getKeys, getOrElse, getOrNull, getValue, getValues, require, supports, supports
getInventory, getLocation
TileEntityInventory<TileEntityCarrier> getInventory()
Carrier
getInventory
in interface Carrier