Class TrackGraphHelper
java.lang.Object
com.simibubi.create.content.trains.graph.TrackGraphHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable TrackGraphLocationgetBezierGraphLocationAt(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction.AxisDirection targetDirection, BezierTrackPointLocation targetBezier) static @Nullable TrackGraphLocationgetGraphLocationAt(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction.AxisDirection targetDirection, net.minecraft.world.phys.Vec3 targetAxis)
-
Constructor Details
-
TrackGraphHelper
public TrackGraphHelper()
-
-
Method Details
-
getGraphLocationAt
@Nullable public static @Nullable TrackGraphLocation getGraphLocationAt(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction.AxisDirection targetDirection, net.minecraft.world.phys.Vec3 targetAxis) -
getBezierGraphLocationAt
@Nullable public static @Nullable TrackGraphLocation getBezierGraphLocationAt(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction.AxisDirection targetDirection, BezierTrackPointLocation targetBezier)
-