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