Class MergedVoxelShapeHolder<T>

java.lang.Object
codechicken.multipart.util.MergedVoxelShapeHolder<T>

public class MergedVoxelShapeHolder<T> extends Object
Created by covers1624 on 3/10/20.
  • 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)