Class PathElementTile<T extends net.minecraft.world.level.block.entity.BlockEntity>

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 Details

    • PathElementTile

      public PathElementTile(T tile, ICable cable)
  • Method Details

    • getTile

      protected T getTile()
    • getCable

      protected ICable getCable()
      Specified by:
      getCable in class PathElementCable
    • getPosition

      public org.cyclops.cyclopscore.datastructure.DimPos getPosition()
      Returns:
      The position of this element.