Package codechicken.multipart.util
Class MergedVoxelShapeHolder<T>
java.lang.Object
codechicken.multipart.util.MergedVoxelShapeHolder<T>
Created by covers1624 on 3/10/20.
-
Constructor Summary
ConstructorsConstructorDescriptionMergedVoxelShapeHolder(Function<net.minecraft.world.phys.shapes.VoxelShape, net.minecraft.world.phys.shapes.VoxelShape> postProcess) -
Method Summary
-
Constructor Details
-
MergedVoxelShapeHolder
public MergedVoxelShapeHolder(Function<net.minecraft.world.phys.shapes.VoxelShape, net.minecraft.world.phys.shapes.VoxelShape> postProcess)
-
-
Method Details
-
clear
public void clear() -
update
public net.minecraft.world.phys.shapes.VoxelShape update(Collection<T> things, Function<T, net.minecraft.world.phys.shapes.VoxelShape> extractor)
-