Interface IStorageMonitorPart
- All Superinterfaces:
net.minecraft.world.Clearable, ICustomCableConnection, IMonitorPart, INetworkToolAware, IPart
The Storage monitor is a
IPart located on the sides of a IPartHost-
Field Summary
Fields inherited from interface IPart
ATTACHMENT_POINTS -
Method Summary
Methods inherited from interface IMonitorPart
isPoweredMethods inherited from interface INetworkToolAware
showNetworkInfoMethods inherited from interface IPart
addAdditionalDrops, addEntityCrashInfo, addPartDrop, addToWorld, animateTick, canBePlacedOn, canConnectRedstone, clearContent, collectModelData, exportSettings, getBoxes, getCableConnectionLength, getDesiredConnectionType, getExternalCableConnectionType, getExternalFacingNode, getGridNode, getLightLevel, getPartItem, importSettings, isLadder, isProvidingStrongPower, isProvidingWeakPower, isSolid, onClicked, onEntityCollision, onNeighborChanged, onPlacement, onRedstoneLevelMayHaveChanged, onShiftClicked, onUpdateShape, onUseItemOn, onUseWithoutItem, readFromNBT, readFromStream, readVisualStateFromNBT, removeFromWorld, setPartHostInfo, writeToNBT, writeToStream, writeVisualStateToNBT
-
Method Details
-
getDisplayed
- Returns:
- what is being shown on the storage monitor
-
getAmount
long getAmount()- Returns:
- The amount to show.
-
isLocked
boolean isLocked()- Returns:
- the current locked state of the Storage Monitor
-