java.lang.Object
com.simibubi.create.content.logistics.trains.track.TrackPaver

public class TrackPaver extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    paveCurve(net.minecraft.world.level.Level level, BezierConnection bc, net.minecraft.world.level.block.Block block, boolean simulate, Set<net.minecraft.core.BlockPos> visited)
     
    static int
    paveStraight(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos startPos, net.minecraft.world.phys.Vec3 direction, int extent, net.minecraft.world.level.block.Block block, boolean simulate, Set<net.minecraft.core.BlockPos> visited)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TrackPaver

      public TrackPaver()
  • Method Details

    • paveStraight

      public static int paveStraight(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos startPos, net.minecraft.world.phys.Vec3 direction, int extent, net.minecraft.world.level.block.Block block, boolean simulate, Set<net.minecraft.core.BlockPos> visited)
    • paveCurve

      public static int paveCurve(net.minecraft.world.level.Level level, BezierConnection bc, net.minecraft.world.level.block.Block block, boolean simulate, Set<net.minecraft.core.BlockPos> visited)