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
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
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.