Package net.minecraft.util.shape
Interface PairList
- All Known Implementing Classes:
DisjointPairList
,FractionalPairList
,IdentityPairList
,SimplePairList
interface 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() -
forEachPair
-
size
int size()
-