public interface Hopper extends TileEntityCarrier
Modifier and Type | Method and Description |
---|---|
void |
transferItem()
Requests this
Hopper to transfer an item to the next carrier. |
getInventory
getBlock, getLocation, getType, isValid, setValid
setRawData, validateRawData
toContainer
getApplicableProperties, getProperty
void transferItem()
Hopper
to transfer an item to the next carrier.
Since Hopper
s normally send items to other
TileEntityCarrier
s adjacent to themselves, if there is no
available carrier to send an item to, this will perform nothing.