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 DoubleList
field_27346
private int
field_27347
private int[]
maxValues
private int[]
minValues
private double[]
valueIndices
-
Constructor Summary
Constructors Constructor Description SimplePairList(DoubleList first, DoubleList doubleList, boolean includeFirstOnly, boolean includeSecondOnly)
-
Method Summary
Modifier and Type Method Description boolean
forEachPair(PairList.Consumer predicate)
DoubleList
getPairs()
int
size()
-
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