Class PathElementTile<T extends net.minecraft.world.level.block.entity.BlockEntity>
java.lang.Object
org.cyclops.integrateddynamics.capability.path.PathElementDefault
org.cyclops.integrateddynamics.capability.path.PathElementCable
org.cyclops.integrateddynamics.capability.path.PathElementTile<T>
- All Implemented Interfaces:
Comparable<IPathElement>
,IPathElement
- Direct Known Subclasses:
PathElementTileMultipartTicking
public class PathElementTile<T extends net.minecraft.world.level.block.entity.BlockEntity>
extends PathElementCable
Implementation of
IPathElement
for a tile entity.-
Constructor Summary
-
Method Summary
Methods inherited from class org.cyclops.integrateddynamics.capability.path.PathElementCable
getReachableElements
Methods inherited from class org.cyclops.integrateddynamics.capability.path.PathElementDefault
compareTo, equals, hashCode
-
Constructor Details
-
PathElementTile
-
-
Method Details
-
getTile
-
getCable
- Specified by:
getCable
in classPathElementCable
-
getPosition
public org.cyclops.cyclopscore.datastructure.DimPos getPosition()- Returns:
- The position of this element.
-