Package petrolpark.mc.library.util
Class Orientation.OrientedVoxelShaper
java.lang.Object
petrolpark.mc.library.util.Orientation.OrientedVoxelShaper
- Enclosing class:
Orientation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<Orientation, net.minecraft.world.phys.shapes.VoxelShape> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.shapes.VoxelShapeget(Orientation orientation) static net.minecraft.world.phys.shapes.VoxelShaperotateShape(net.minecraft.world.phys.shapes.VoxelShape shape, Orientation orientation)
-
Field Details
-
shapes
-
-
Constructor Details
-
OrientedVoxelShaper
public OrientedVoxelShaper(net.minecraft.world.phys.shapes.VoxelShape shape)
-
-
Method Details
-
get
-
rotateShape
public static net.minecraft.world.phys.shapes.VoxelShape rotateShape(net.minecraft.world.phys.shapes.VoxelShape shape, Orientation orientation)
-