java.lang.Object
com.simibubi.create.content.contraptions.actors.roller.TrackPaverV2

public class TrackPaverV2 extends Object
  • Constructor Details

    • TrackPaverV2

      public TrackPaverV2()
  • Method Details

    • pave

      public static void pave(PaveTask task, TrackGraph graph, TrackEdge edge, double from, double to)
    • paveStraight

      public static void paveStraight(PaveTask task, net.minecraft.core.BlockPos startPos, net.minecraft.world.phys.Vec3 direction, int extent)
    • paveCurve

      public static void paveCurve(PaveTask task, BezierConnection bc, double from, double to)
    • lineToPointDiff2d

      public static double lineToPointDiff2d(net.minecraft.world.phys.Vec3 l1, net.minecraft.world.phys.Vec3 l2, net.minecraft.world.phys.Vec3 p)