Class IndirectMerger

java.lang.Object
net.minecraft.world.phys.shapes.IndirectMerger
All Implemented Interfaces:
IndexMerger

public class IndirectMerger extends Object implements IndexMerger
  • Field Details

    • EMPTY

      private static final it.unimi.dsi.fastutil.doubles.DoubleList EMPTY
    • result

      private final double[] result
    • firstIndices

      private final int[] firstIndices
    • secondIndices

      private final int[] secondIndices
    • resultLength

      private final int resultLength
  • Constructor Details

    • IndirectMerger

      public IndirectMerger(it.unimi.dsi.fastutil.doubles.DoubleList pLower, it.unimi.dsi.fastutil.doubles.DoubleList pUpper, boolean pExcludeUpper, boolean pExcludeLower)
  • Method Details