Class TrackPropagator
java.lang.Object
com.simibubi.create.content.logistics.trains.TrackPropagator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisValidGraphNodeLocation(TrackNodeLocation.DiscoveredLocation location, Collection<TrackNodeLocation.DiscoveredLocation> next, boolean first) static TrackGraphonRailAdded(net.minecraft.world.level.LevelAccessor reader, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) static voidonRailRemoved(net.minecraft.world.level.LevelAccessor reader, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
-
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)
-