Class VoxelShapeCache

java.lang.Object
codechicken.lib.raytracer.VoxelShapeCache

public class VoxelShapeCache extends Object
Created by covers1624 on 3/10/20.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.phys.shapes.VoxelShape
    getShape(Cuboid6 cuboid)
     
    static net.minecraft.world.phys.shapes.VoxelShape
    getShape(net.minecraft.world.phys.AABB aabb)
     
    static net.minecraft.world.phys.shapes.VoxelShape
    merge(com.google.common.collect.ImmutableSet<net.minecraft.world.phys.shapes.VoxelShape> shapes)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VoxelShapeCache

      public VoxelShapeCache()
  • Method Details

    • getShape

      public static net.minecraft.world.phys.shapes.VoxelShape getShape(net.minecraft.world.phys.AABB aabb)
    • getShape

      public static net.minecraft.world.phys.shapes.VoxelShape getShape(Cuboid6 cuboid)
    • merge

      public static net.minecraft.world.phys.shapes.VoxelShape merge(com.google.common.collect.ImmutableSet<net.minecraft.world.phys.shapes.VoxelShape> shapes)