Package net.minecraft.world.phys.shapes
Class IndirectMerger
java.lang.Object
net.minecraft.world.phys.shapes.IndirectMerger
- All Implemented Interfaces:
- IndexMerger
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.world.phys.shapes.IndexMergerIndexMerger.IndexConsumer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final it.unimi.dsi.fastutil.doubles.DoubleListprivate final int[]private final double[]private final intprivate final int[]
- 
Constructor SummaryConstructorsConstructorDescriptionIndirectMerger(it.unimi.dsi.fastutil.doubles.DoubleList p_83001_, it.unimi.dsi.fastutil.doubles.DoubleList p_83002_, boolean p_83003_, boolean p_83004_) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanforMergedIndexes(IndexMerger.IndexConsumer p_83007_) it.unimi.dsi.fastutil.doubles.DoubleListgetList()intsize()
- 
Field Details- 
EMPTYprivate static final it.unimi.dsi.fastutil.doubles.DoubleList EMPTY
- 
resultprivate final double[] result
- 
firstIndicesprivate final int[] firstIndices
- 
secondIndicesprivate final int[] secondIndices
- 
resultLengthprivate final int resultLength
 
- 
- 
Constructor Details- 
IndirectMergerpublic IndirectMerger(it.unimi.dsi.fastutil.doubles.DoubleList p_83001_, it.unimi.dsi.fastutil.doubles.DoubleList p_83002_, boolean p_83003_, boolean p_83004_) 
 
- 
- 
Method Details- 
forMergedIndexes- Specified by:
- forMergedIndexesin interface- IndexMerger
 
- 
sizepublic int size()- Specified by:
- sizein interface- IndexMerger
 
- 
getListpublic it.unimi.dsi.fastutil.doubles.DoubleList getList()- Specified by:
- getListin interface- IndexMerger
 
 
-