Class TrackEdgeIntersection

java.lang.Object
com.simibubi.create.content.trains.graph.TrackEdgeIntersection

public class TrackEdgeIntersection extends Object
  • Field Details

    • location

      public double location
    • target

      public net.createmod.catnip.data.Couple<TrackNodeLocation> target
    • targetLocation

      public double targetLocation
    • groupId

      public UUID groupId
    • id

      public UUID id
  • Constructor Details

    • TrackEdgeIntersection

      public TrackEdgeIntersection()
  • Method Details