Class ChuteShapes
java.lang.Object
com.simibubi.create.content.logistics.block.chute.ChuteShapes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.world.phys.shapes.VoxelShapestatic final net.minecraft.world.phys.shapes.VoxelShapestatic final net.minecraft.world.phys.shapes.VoxelShape -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.phys.shapes.VoxelShapecreateShape(net.minecraft.world.level.block.state.BlockState state) static net.minecraft.world.phys.shapes.VoxelShapestatic net.minecraft.world.phys.shapes.VoxelShapegetCollisionShape(net.minecraft.world.level.block.state.BlockState state) static net.minecraft.world.phys.shapes.VoxelShapegetShape(net.minecraft.world.level.block.state.BlockState state)
-
Field Details
-
INTERSECTION_MASK
public static final net.minecraft.world.phys.shapes.VoxelShape INTERSECTION_MASK -
COLLISION_MASK
public static final net.minecraft.world.phys.shapes.VoxelShape COLLISION_MASK -
PANEL
public static final net.minecraft.world.phys.shapes.VoxelShape PANEL
-
-
Constructor Details
-
ChuteShapes
public ChuteShapes()
-
-
Method Details
-
createShape
public static net.minecraft.world.phys.shapes.VoxelShape createShape(net.minecraft.world.level.block.state.BlockState state) -
getShape
public static net.minecraft.world.phys.shapes.VoxelShape getShape(net.minecraft.world.level.block.state.BlockState state) -
getCollisionShape
public static net.minecraft.world.phys.shapes.VoxelShape getCollisionShape(net.minecraft.world.level.block.state.BlockState state) -
createSlope
public static net.minecraft.world.phys.shapes.VoxelShape createSlope()
-