Uses of Interface
net.minecraft.util.shape.PairList
| Package | Description |
|---|---|
| net.minecraft.util.shape |
-
Uses of PairList in net.minecraft.util.shape
Classes in net.minecraft.util.shape that implement PairList Modifier and Type Class Description classDisjointPairListclassFractionalPairListclassIdentityPairListclassSimplePairListMethods in net.minecraft.util.shape that return PairList Modifier and Type Method Description protected static PairListVoxelShapes. createListPair(int size, DoubleList first, DoubleList second, boolean includeFirst, boolean includeSecond)Methods in net.minecraft.util.shape with parameters of type PairList Modifier and Type Method Description (package private) static BitSetVoxelSetBitSetVoxelSet. combine(VoxelSet first, VoxelSet second, PairList xPoints, PairList yPoints, PairList zPoints, BooleanBiFunction function)private static booleanVoxelShapes. matchesAnywhere(PairList mergedX, PairList mergedY, PairList mergedZ, VoxelSet shape1, VoxelSet shape2, BooleanBiFunction predicate)