Package net.minecraft.util.shape
Class IdentityPairList
java.lang.Object
net.minecraft.util.shape.IdentityPairList
- All Implemented Interfaces:
PairList
public class IdentityPairList extends Object implements PairList
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.shape.PairList
PairList.Consumer
-
Field Summary
Fields Modifier and Type Field Description private DoubleList
merged
-
Constructor Summary
Constructors Constructor Description IdentityPairList(DoubleList values)
-
Method Summary
Modifier and Type Method Description boolean
forEachPair(PairList.Consumer predicate)
DoubleList
getPairs()
-
Field Details
-
merged
-
-
Constructor Details
-
IdentityPairList
-
-
Method Details
-
forEachPair
- Specified by:
forEachPair
in interfacePairList
-
getPairs
-