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 org.cyclops.integrateddynamics.capability.cable.CableTile
destroy, getLevel, getPos, sendUpdate, setChangedMethods inherited from class org.cyclops.integrateddynamics.capability.cable.CableDefault
canConnect, disconnect, getItemStack, isConnected, reconnect, 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
-