Class TrackPropagator

java.lang.Object
com.simibubi.create.content.logistics.trains.TrackPropagator

public class TrackPropagator extends Object
  • Constructor Details

    • TrackPropagator

      public TrackPropagator()
  • Method Details

    • onRailRemoved

      public static void onRailRemoved(net.minecraft.world.level.LevelAccessor reader, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
    • onRailAdded

      public static TrackGraph onRailAdded(net.minecraft.world.level.LevelAccessor reader, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
    • isValidGraphNodeLocation

      public static boolean isValidGraphNodeLocation(TrackNodeLocation.DiscoveredLocation location, Collection<TrackNodeLocation.DiscoveredLocation> next, boolean first)