public class ChuteShapes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.util.math.shapes.VoxelShape |
COLLISION_MASK |
static net.minecraft.util.math.shapes.VoxelShape |
INTERSECTION_MASK |
static net.minecraft.util.math.shapes.VoxelShape |
PANEL |
| Constructor and Description |
|---|
ChuteShapes() |
| Modifier and Type | Method and Description |
|---|---|
static net.minecraft.util.math.shapes.VoxelShape |
createShape(net.minecraft.block.BlockState state) |
static net.minecraft.util.math.shapes.VoxelShape |
createSlope() |
static net.minecraft.util.math.shapes.VoxelShape |
getCollisionShape(net.minecraft.block.BlockState state) |
static net.minecraft.util.math.shapes.VoxelShape |
getShape(net.minecraft.block.BlockState state) |
public static final net.minecraft.util.math.shapes.VoxelShape INTERSECTION_MASK
public static final net.minecraft.util.math.shapes.VoxelShape COLLISION_MASK
public static final net.minecraft.util.math.shapes.VoxelShape PANEL
public static net.minecraft.util.math.shapes.VoxelShape createShape(net.minecraft.block.BlockState state)
public static net.minecraft.util.math.shapes.VoxelShape getShape(net.minecraft.block.BlockState state)
public static net.minecraft.util.math.shapes.VoxelShape getCollisionShape(net.minecraft.block.BlockState state)
public static net.minecraft.util.math.shapes.VoxelShape createSlope()