Class TrackPaverV2
java.lang.Object
com.simibubi.create.content.contraptions.actors.roller.TrackPaverV2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublelineToPointDiff2d(net.minecraft.world.phys.Vec3 l1, net.minecraft.world.phys.Vec3 l2, net.minecraft.world.phys.Vec3 p) static voidpave(PaveTask task, TrackGraph graph, TrackEdge edge, double from, double to) static voidpaveCurve(PaveTask task, BezierConnection bc, double from, double to) static voidpaveStraight(PaveTask task, net.minecraft.core.BlockPos startPos, net.minecraft.world.phys.Vec3 direction, int extent)
-
Constructor Details
-
TrackPaverV2
public TrackPaverV2()
-
-
Method Details
-
pave
-
paveStraight
public static void paveStraight(PaveTask task, net.minecraft.core.BlockPos startPos, net.minecraft.world.phys.Vec3 direction, int extent) -
paveCurve
-
lineToPointDiff2d
public static double lineToPointDiff2d(net.minecraft.world.phys.Vec3 l1, net.minecraft.world.phys.Vec3 l2, net.minecraft.world.phys.Vec3 p)
-