Class MergedVoxelShapeHolder<T>

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

@Deprecated(forRemoval=true) public class MergedVoxelShapeHolder<T> extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Now unused, Functionality inlined into TileMultipart
Created by covers1624 on 3/10/20.
  • Constructor Summary

    Constructors
    Constructor
    Description
    MergedVoxelShapeHolder(Function<net.minecraft.world.phys.shapes.VoxelShape,net.minecraft.world.phys.shapes.VoxelShape> postProcess)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    net.minecraft.world.phys.shapes.VoxelShape
    update(Collection<T> things, Function<T,net.minecraft.world.phys.shapes.VoxelShape> extractor)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • MergedVoxelShapeHolder

      public MergedVoxelShapeHolder(Function<net.minecraft.world.phys.shapes.VoxelShape,net.minecraft.world.phys.shapes.VoxelShape> postProcess)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • clear

      public void clear()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • update

      public net.minecraft.world.phys.shapes.VoxelShape update(Collection<T> things, Function<T,net.minecraft.world.phys.shapes.VoxelShape> extractor)
      Deprecated, for removal: This API element is subject to removal in a future version.