Package net.minecraft.util.shape
Class SimplePairList
java.lang.Object
net.minecraft.util.shape.SimplePairList
- All Implemented Interfaces:
PairList
public 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 static DoubleListfield_27346private intfield_27347private int[]maxValuesprivate int[]minValuesprivate double[]valueIndices -
Constructor Summary
Constructors Constructor Description SimplePairList(DoubleList first, DoubleList doubleList, boolean includeFirstOnly, boolean includeSecondOnly) -
Method Summary
Modifier and Type Method Description booleanforEachPair(PairList.Consumer predicate)DoubleListgetPairs()intsize()
-
Field Details
-
field_27346
-
valueIndices
private final double[] valueIndices -
minValues
private final int[] minValues -
maxValues
private final int[] maxValues -
field_27347
private final int field_27347
-
-
Constructor Details
-
SimplePairList
public SimplePairList(DoubleList first, DoubleList doubleList, boolean includeFirstOnly, boolean includeSecondOnly)
-
-
Method Details