Class TrackVoxelShapes
java.lang.Object
com.simibubi.create.content.logistics.trains.track.TrackVoxelShapes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.phys.shapes.VoxelShapestatic net.minecraft.world.phys.shapes.VoxelShapediagonal()static net.minecraft.world.phys.shapes.VoxelShapestatic net.minecraft.world.phys.shapes.VoxelShapestatic net.minecraft.world.phys.shapes.VoxelShapestatic net.minecraft.world.phys.shapes.VoxelShape
-
Constructor Details
-
TrackVoxelShapes
public TrackVoxelShapes()
-
-
Method Details
-
orthogonal
public static net.minecraft.world.phys.shapes.VoxelShape orthogonal() -
longOrthogonalX
public static net.minecraft.world.phys.shapes.VoxelShape longOrthogonalX() -
longOrthogonalZ
public static net.minecraft.world.phys.shapes.VoxelShape longOrthogonalZ() -
longOrthogonalZOffset
public static net.minecraft.world.phys.shapes.VoxelShape longOrthogonalZOffset() -
ascending
public static net.minecraft.world.phys.shapes.VoxelShape ascending() -
diagonal
public static net.minecraft.world.phys.shapes.VoxelShape diagonal()
-