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 class
DisjointPairList
class
FractionalPairList
class
IdentityPairList
class
SimplePairList
Methods in net.minecraft.util.shape that return PairList Modifier and Type Method Description protected static PairList
VoxelShapes. 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 BitSetVoxelSet
BitSetVoxelSet. combine(VoxelSet first, VoxelSet second, PairList xPoints, PairList yPoints, PairList zPoints, BooleanBiFunction function)
private static boolean
VoxelShapes. matchesAnywhere(PairList mergedX, PairList mergedY, PairList mergedZ, VoxelSet shape1, VoxelSet shape2, BooleanBiFunction predicate)