Package net.minecraft.util.shape
Class SimplePairList
java.lang.Object
net.minecraft.util.shape.SimplePairList
- All Implemented Interfaces:
PairList
public final class SimplePairList extends Object implements PairList
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.shape.PairList
PairList.Consumer
-
Field Summary
Fields Modifier and Type Field Description private IntArrayList
maxValues
private IntArrayList
minValues
private DoubleArrayList
valueIndices
-
Constructor Summary
Constructors Modifier Constructor Description protected
SimplePairList(DoubleList first, DoubleList second, boolean includeFirstOnly, boolean includeSecondOnly)
-
Method Summary
Modifier and Type Method Description boolean
forEachPair(PairList.Consumer predicate)
DoubleList
getPairs()
-
Field Details
-
valueIndices
-
minValues
-
maxValues
-
-
Constructor Details
-
SimplePairList
protected SimplePairList(DoubleList first, DoubleList second, boolean includeFirstOnly, boolean includeSecondOnly)
-
-
Method Details
-
forEachPair
- Specified by:
forEachPair
in interfacePairList
-
getPairs
-