Package net.minecraft.util.shape
Class IdentityPairList
java.lang.Object
net.minecraft.util.shape.IdentityPairList
- All Implemented Interfaces:
PairList
- Mappings:
Namespace Name official eme
intermediary net/minecraft/class_250
named net/minecraft/util/shape/IdentityPairList
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.shape.PairList
PairList.Consumer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
forEachPair
(PairList.Consumer predicate) getPairs()
int
size()
-
Field Details
-
merged
- Mappings:
Namespace Name Mixin selector official a
Leme;a:Lit/unimi/dsi/fastutil/doubles/DoubleList;
intermediary field_1371
Lnet/minecraft/class_250;field_1371:Lit/unimi/dsi/fastutil/doubles/DoubleList;
named merged
Lnet/minecraft/util/shape/IdentityPairList;merged:Lit/unimi/dsi/fastutil/doubles/DoubleList;
-
-
Constructor Details
-
IdentityPairList
- Mappings:
Namespace Name Mixin selector official <init>
Leme;<init>(Lit/unimi/dsi/fastutil/doubles/DoubleList;)V
intermediary <init>
Lnet/minecraft/class_250;<init>(Lit/unimi/dsi/fastutil/doubles/DoubleList;)V
named <init>
Lnet/minecraft/util/shape/IdentityPairList;<init>(Lit/unimi/dsi/fastutil/doubles/DoubleList;)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;
-