Class PathElementCable
java.lang.Object
org.cyclops.integrateddynamics.capability.path.PathElementDefault
org.cyclops.integrateddynamics.capability.path.PathElementCable
- All Implemented Interfaces:
Comparable<IPathElement>
,IPathElement
- Direct Known Subclasses:
PathElementTile
Implementation of
IPathElement
for cables.-
Constructor Summary
-
Method Summary
Methods inherited from class org.cyclops.integrateddynamics.capability.path.PathElementDefault
compareTo, equals, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cyclops.integrateddynamics.api.path.IPathElement
getPosition
-
Constructor Details
-
PathElementCable
public PathElementCable()
-
-
Method Details
-
getCable
-
getReachableElements
- Specified by:
getReachableElements
in interfaceIPathElement
- Overrides:
getReachableElements
in classPathElementDefault
- Returns:
- The set of all path elements that can be reached from here.
-