Class CableFakeableDefault
java.lang.Object
org.cyclops.integrateddynamics.capability.cable.CableFakeableDefault
- All Implemented Interfaces:
ICableFakeable
- Direct Known Subclasses:
CableFakeableMultipartTicking
Default implementation of
ICableFakeable
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
protected abstract void
void
setRealCable
(boolean real)
-
Constructor Details
-
CableFakeableDefault
public CableFakeableDefault()
-
-
Method Details
-
isRealCable
public boolean isRealCable()- Specified by:
isRealCable
in interfaceICableFakeable
- Returns:
- If this cable is a real cable, otherwise it is just a holder block for parts without connections.
-
setRealCable
public void setRealCable(boolean real) - Specified by:
setRealCable
in interfaceICableFakeable
- Parameters:
real
- If this cable is a real cable, otherwise it is just a holder block for parts without connections.
-
sendUpdate
protected abstract void sendUpdate()
-