Interface RotShape


public interface RotShape
  • Method Details

    • rotate90

      RotShape rotate90()
    • rotate180

      default RotShape rotate180()
    • rotate270

      default RotShape rotate270()
    • xrotate90

      RotShape xrotate90()
    • xrotate180

      default RotShape xrotate180()
    • xrotate270

      default RotShape xrotate270()
    • makeMcShape

      net.minecraft.world.phys.shapes.VoxelShape makeMcShape()
    • build

      default net.minecraft.world.phys.shapes.VoxelShape build()