Class TrackGraphHelper
java.lang.Object
com.simibubi.create.content.logistics.trains.TrackGraphHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphLocationgetBezierGraphLocationAt(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction.AxisDirection targetDirection, BezierTrackPointLocation targetBezier) static GraphLocationgetGraphLocationAt(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 GraphLocation 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 GraphLocation getBezierGraphLocationAt(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction.AxisDirection targetDirection, BezierTrackPointLocation targetBezier)
-