Class BeltShapes
java.lang.Object
com.simibubi.create.content.contraptions.relays.belt.BeltShapes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
BeltShapes
public BeltShapes()
-
-
Method Details
-
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)
-