Package codechicken.lib.raytracer
Class VoxelShapeCache
java.lang.Object
codechicken.lib.raytracer.VoxelShapeCache
Created by covers1624 on 3/10/20.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.phys.shapes.VoxelShapestatic net.minecraft.world.phys.shapes.VoxelShapegetShape(net.minecraft.world.phys.AABB aabb) static net.minecraft.world.phys.shapes.VoxelShapemerge(com.google.common.collect.ImmutableSet<net.minecraft.world.phys.shapes.VoxelShape> shapes)
-
Constructor Details
-
VoxelShapeCache
public VoxelShapeCache()
-
-
Method Details
-
getShape
public static net.minecraft.world.phys.shapes.VoxelShape getShape(net.minecraft.world.phys.AABB aabb) -
getShape
-
merge
public static net.minecraft.world.phys.shapes.VoxelShape merge(com.google.common.collect.ImmutableSet<net.minecraft.world.phys.shapes.VoxelShape> shapes)
-