Package net.minecraft.util.shape
Class SimplePairList
java.lang.Object
net.minecraft.util.shape.SimplePairList
- All Implemented Interfaces:
PairList
- Mappings:
Namespace Name official emg
intermediary net/minecraft/class_254
named net/minecraft/util/shape/SimplePairList
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.shape.PairList
PairList.Consumer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int[]
private final int[]
private final int
private final double[]
private static final DoubleList
-
Constructor Summary
ConstructorDescriptionSimplePairList
(DoubleList first, DoubleList second, boolean includeFirstOnly, boolean includeSecondOnly) -
Method Summary
Modifier and TypeMethodDescriptionboolean
forEachPair
(PairList.Consumer predicate) getPairs()
int
size()
-
Field Details
-
ZERO
- Mappings:
Namespace Name Mixin selector official a
Lemg;a:Lit/unimi/dsi/fastutil/doubles/DoubleList;
intermediary field_27346
Lnet/minecraft/class_254;field_27346:Lit/unimi/dsi/fastutil/doubles/DoubleList;
named ZERO
Lnet/minecraft/util/shape/SimplePairList;ZERO:Lit/unimi/dsi/fastutil/doubles/DoubleList;
-
valueIndices
private final double[] valueIndices- Mappings:
Namespace Name Mixin selector official b
Lemg;b:[D
intermediary field_1377
Lnet/minecraft/class_254;field_1377:[D
named valueIndices
Lnet/minecraft/util/shape/SimplePairList;valueIndices:[D
-
minValues
private final int[] minValues- Mappings:
Namespace Name Mixin selector official c
Lemg;c:[I
intermediary field_1376
Lnet/minecraft/class_254;field_1376:[I
named minValues
Lnet/minecraft/util/shape/SimplePairList;minValues:[I
-
maxValues
private final int[] maxValues- Mappings:
Namespace Name Mixin selector official d
Lemg;d:[I
intermediary field_1378
Lnet/minecraft/class_254;field_1378:[I
named maxValues
Lnet/minecraft/util/shape/SimplePairList;maxValues:[I
-
size
private final int size- Mappings:
Namespace Name Mixin selector official e
Lemg;e:I
intermediary field_27347
Lnet/minecraft/class_254;field_27347:I
named size
Lnet/minecraft/util/shape/SimplePairList;size:I
-
-
Constructor Details
-
SimplePairList
public SimplePairList(DoubleList first, DoubleList second, boolean includeFirstOnly, boolean includeSecondOnly) - Mappings:
Namespace Name Mixin selector official <init>
Lemg;<init>(Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;ZZ)V
intermediary <init>
Lnet/minecraft/class_254;<init>(Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;ZZ)V
named <init>
Lnet/minecraft/util/shape/SimplePairList;<init>(Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;ZZ)V
-
-
Method Details
-
forEachPair
- Specified by:
forEachPair
in interfacePairList
- Mappings:
Namespace Name Mixin selector official a
Lemf;a(Lemf$a;)Z
intermediary method_1065
Lnet/minecraft/class_255;method_1065(Lnet/minecraft/class_255$class_256;)Z
named forEachPair
Lnet/minecraft/util/shape/PairList;forEachPair(Lnet/minecraft/util/shape/PairList$Consumer;)Z
-
size
public int size() -
getPairs
- Specified by:
getPairs
in interfacePairList
- Mappings:
Namespace Name Mixin selector official a
Lemf;a()Lit/unimi/dsi/fastutil/doubles/DoubleList;
intermediary method_1066
Lnet/minecraft/class_255;method_1066()Lit/unimi/dsi/fastutil/doubles/DoubleList;
named getPairs
Lnet/minecraft/util/shape/PairList;getPairs()Lit/unimi/dsi/fastutil/doubles/DoubleList;
-