Class CableTileMultipartTicking
java.lang.Object
org.cyclops.integrateddynamics.capability.cable.CableDefault
org.cyclops.integrateddynamics.capability.cable.CableTile<BlockEntityMultipartTicking>
org.cyclops.integrateddynamics.capability.cable.CableTileMultipartTicking
- All Implemented Interfaces:
ICable
Default implementation of
ICable.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.cyclops.cyclopscore.datastructure.EnumFacingMap<Boolean> protected org.cyclops.cyclopscore.datastructure.EnumFacingMap<Boolean> protected booleanbooleanisForceDisconnected(net.minecraft.core.Direction side) Methods inherited from class CableTile
destroy, getLevel, getPos, sendUpdate, setChangedMethods inherited from class CableDefault
canConnect, disconnect, getItemStack, isConnected, reconnect, updateConnectionsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ICable
updateConnections
-
Constructor Details
-
CableTileMultipartTicking
-
-
Method Details
-
isForceDisconnectable
protected boolean isForceDisconnectable()- Specified by:
isForceDisconnectablein classCableDefault
-
getForceDisconnected
- Specified by:
getForceDisconnectedin classCableDefault
-
getConnected
- Specified by:
getConnectedin classCableDefault
-
isForceDisconnected
public boolean isForceDisconnected(net.minecraft.core.Direction side) - Overrides:
isForceDisconnectedin classCableDefault
-