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 interfacePairList.Consumer -
Method Summary
Modifier and Type Method Description booleanforEachPair(PairList.Consumer predicate)DoubleListgetPairs()
-
Method Details
-
getPairs
DoubleList getPairs() -
forEachPair
-