Class Orientation.OrientedVoxelShaper

java.lang.Object
petrolpark.mc.library.util.Orientation.OrientedVoxelShaper
Enclosing class:
Orientation

public static class Orientation.OrientedVoxelShaper extends Object
  • Field Details

    • shapes

      protected final Map<Orientation,net.minecraft.world.phys.shapes.VoxelShape> shapes
  • Constructor Details

    • OrientedVoxelShaper

      public OrientedVoxelShaper(net.minecraft.world.phys.shapes.VoxelShape shape)
  • Method Details

    • get

      public net.minecraft.world.phys.shapes.VoxelShape get(Orientation orientation)
    • rotateShape

      public static net.minecraft.world.phys.shapes.VoxelShape rotateShape(net.minecraft.world.phys.shapes.VoxelShape shape, Orientation orientation)