Uses of Class
net.minecraft.util.shape.VoxelSet
Packages that use VoxelSet
Package
Description
-
Uses of VoxelSet in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type VoxelSetModifier and TypeMethodDescriptionstatic 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.shapeFields in net.minecraft.util.shape declared as VoxelSetModifier and TypeFieldDescriptionprivate final VoxelSet
CroppedVoxelSet.parent
protected final VoxelSet
VoxelShape.voxels
Methods in net.minecraft.util.shape that return VoxelSetModifier and TypeMethodDescriptionprivate static VoxelSet
SlicedVoxelShape.createVoxelSet
(VoxelSet voxelSet, Direction.Axis axis, int sliceWidth) Methods in net.minecraft.util.shape with parameters of type VoxelSetModifier and TypeMethodDescription(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 VoxelSetModifierConstructorDescriptionprotected
ArrayVoxelShape
(VoxelSet shape, double[] xPoints, double[] yPoints, double[] zPoints) (package private)
ArrayVoxelShape
(VoxelSet shape, DoubleList xPoints, DoubleList yPoints, DoubleList zPoints) BitSetVoxelSet
(VoxelSet other) protected
CroppedVoxelSet
(VoxelSet parent, int minX, int minY, int minZ, int maxX, int maxY, int maxZ) protected
SimpleVoxelShape
(VoxelSet voxels) (package private)
VoxelShape
(VoxelSet voxels) -
Uses of VoxelSet in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature that return VoxelSetModifier and TypeMethodDescriptionprivate static VoxelSet
TreeFeature.placeLogsAndLeaves
(WorldAccess world, BlockBox box, Set<BlockPos> trunkPositions, Set<BlockPos> decorationPositions)