Package net.minecraft.util.shape
Interface PairList
- All Known Implementing Classes:
DisjointPairList
,FractionalPairList
,IdentityPairList
,SimplePairList
interface PairList
- Mappings:
Namespace Name official djg
intermediary net/minecraft/class_255
named net/minecraft/util/shape/PairList
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PairList.Consumer
-
Method Summary
Modifier and Type Method Description boolean
forEachPair(PairList.Consumer predicate)
DoubleList
getPairs()
int
size()
-
Method Details
-
getPairs
DoubleList getPairs()- Mappings:
Namespace Name Mixin selector official a
Ldjg;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;
-
forEachPair
- Mappings:
Namespace Name Mixin selector official a
Ldjg;a(Ldjg$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
int size()- Mappings:
Namespace Name Mixin selector official size
Ldjg;size()I
intermediary size
Lnet/minecraft/class_255;size()I
named size
Lnet/minecraft/util/shape/PairList;size()I
-