Class VoxelShapeUtils
java.lang.Object
me.desht.pneumaticcraft.common.util.VoxelShapeUtils
With thanks to JTK222 | Lukas for this
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.phys.shapes.VoxelShapecombine(net.minecraft.world.phys.shapes.BooleanOp func, net.minecraft.world.phys.shapes.VoxelShape... shapes) static net.minecraft.world.phys.shapes.VoxelShaperotateX(net.minecraft.world.phys.shapes.VoxelShape shape, int rotation) static net.minecraft.world.phys.shapes.VoxelShaperotateY(net.minecraft.world.phys.shapes.VoxelShape shape, int rotation)
-
Constructor Details
-
VoxelShapeUtils
public VoxelShapeUtils()
-
-
Method Details
-
rotateY
public static net.minecraft.world.phys.shapes.VoxelShape rotateY(net.minecraft.world.phys.shapes.VoxelShape shape, int rotation) -
rotateX
public static net.minecraft.world.phys.shapes.VoxelShape rotateX(net.minecraft.world.phys.shapes.VoxelShape shape, int rotation) -
combine
public static net.minecraft.world.phys.shapes.VoxelShape combine(net.minecraft.world.phys.shapes.BooleanOp func, net.minecraft.world.phys.shapes.VoxelShape... shapes)
-