Uses of Class
net.minecraft.util.shape.VoxelSet
Package | Description |
---|---|
net.minecraft.structure | |
net.minecraft.util.shape | |
net.minecraft.world.gen.feature |
-
Uses of VoxelSet in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type VoxelSet Modifier and Type Method Description static void
Structure. updateCorner(WorldAccess world, int flags, VoxelSet voxelSet, int startX, int startY, int startZ)
-
Uses of VoxelSet in net.minecraft.util.shape
Subclasses of VoxelSet in net.minecraft.util.shape Modifier and Type Class Description class
BitSetVoxelSet
class
CroppedVoxelSet
Fields in net.minecraft.util.shape declared as VoxelSet Modifier and Type Field Description private VoxelSet
CroppedVoxelSet. parent
protected VoxelSet
VoxelShape. voxels
Methods in net.minecraft.util.shape that return VoxelSet Modifier and Type Method Description private static VoxelSet
SlicedVoxelShape. createVoxelSet(VoxelSet voxelSet, Direction.Axis axis, int sliceWidth)
Methods in net.minecraft.util.shape with parameters of type VoxelSet 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 VoxelSet
SlicedVoxelShape. createVoxelSet(VoxelSet voxelSet, Direction.Axis axis, int sliceWidth)
private static boolean
VoxelShapes. matchesAnywhere(PairList mergedX, PairList mergedY, PairList mergedZ, VoxelSet shape1, VoxelSet shape2, BooleanBiFunction predicate)
protected static void
BitSetVoxelSet. method_31941(VoxelSet voxelSet, VoxelSet.PositionBiConsumer positionBiConsumer, boolean bool)
Constructors in net.minecraft.util.shape with parameters of type VoxelSet Constructor Description ArrayVoxelShape(VoxelSet voxelSet, double[] double2, double[] double3, double[] double4)
ArrayVoxelShape(VoxelSet shape, DoubleList xPoints, DoubleList yPoints, DoubleList zPoints)
BitSetVoxelSet(VoxelSet other)
CroppedVoxelSet(VoxelSet parent, int xMin, int yMin, int zMin, int xMax, int yMax, int zMax)
SimpleVoxelShape(VoxelSet voxels)
VoxelShape(VoxelSet voxels)
-
Uses of VoxelSet in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature that return VoxelSet Modifier and Type Method Description private static VoxelSet
TreeFeature. placeLogsAndLeaves(WorldAccess worldAccess, BlockBox blockBox, Set<BlockPos> set, Set<BlockPos> set2)