Interface IMonitorPart
- All Superinterfaces:
net.minecraft.world.Clearable, ICustomCableConnection, IPart
- All Known Subinterfaces:
IStorageMonitorPart
Implemented by all screen like parts provided by AE.
-
Field Summary
Fields inherited from interface IPart
ATTACHMENT_POINTS -
Method Summary
Methods 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
-
isPowered
boolean isPowered()- Returns:
- if the device is online you should check this before providing any other information.
-