public class VoxelShapeUtils
extends java.lang.Object
| Constructor and Description |
|---|
VoxelShapeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static net.minecraft.util.math.shapes.VoxelShape |
combine(net.minecraft.util.math.shapes.IBooleanFunction func,
net.minecraft.util.math.shapes.VoxelShape... shapes) |
static net.minecraft.util.math.shapes.VoxelShape |
rotateX(net.minecraft.util.math.shapes.VoxelShape shape,
int rotation) |
static net.minecraft.util.math.shapes.VoxelShape |
rotateY(net.minecraft.util.math.shapes.VoxelShape shape,
int rotation) |
public static net.minecraft.util.math.shapes.VoxelShape rotateY(net.minecraft.util.math.shapes.VoxelShape shape,
int rotation)
public static net.minecraft.util.math.shapes.VoxelShape rotateX(net.minecraft.util.math.shapes.VoxelShape shape,
int rotation)
public static net.minecraft.util.math.shapes.VoxelShape combine(net.minecraft.util.math.shapes.IBooleanFunction func,
net.minecraft.util.math.shapes.VoxelShape... shapes)