Uses of Class
net.minecraft.util.shape.VoxelSet
Package
Description
-
Uses of VoxelSet in net.minecraft.client.render.debug
Modifier and TypeFieldDescription(package private) final VoxelSet
LightDebugRenderer.Data.readyShape
(package private) final VoxelSet
LightDebugRenderer.Data.shape
Modifier and TypeMethodDescriptionprivate static void
LightDebugRenderer.drawEdges
(MatrixStack matrices, VoxelSet shape, ChunkSectionPos sectionPos, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, Vector4f color) private static void
LightDebugRenderer.drawFaces
(MatrixStack matrices, VoxelSet shape, ChunkSectionPos sectionPos, VertexConsumer vertexConsumer, double cameraX, double cameraY, double cameraZ, Vector4f color) -
Uses of VoxelSet in net.minecraft.structure
Modifier and TypeMethodDescriptionstatic void
StructureTemplate.updateCorner
(WorldAccess world, int flags, VoxelSet set, int startX, int startY, int startZ) -
Uses of VoxelSet in net.minecraft.util.shape
Modifier and TypeFieldDescriptionprivate final VoxelSet
CroppedVoxelSet.parent
protected final VoxelSet
VoxelShape.voxels
Modifier and TypeMethodDescriptionprivate static VoxelSet
SlicedVoxelShape.createVoxelSet
(VoxelSet voxelSet, Direction.Axis axis, int sliceWidth) Modifier 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) protected static void
BitSetVoxelSet.forEachBox
(VoxelSet voxelSet, VoxelSet.PositionBiConsumer callback, boolean coalesce) private static boolean
VoxelShapes.matchesAnywhere
(PairList mergedX, PairList mergedY, PairList mergedZ, VoxelSet shape1, VoxelSet shape2, BooleanBiFunction predicate) ModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptionprivate static VoxelSet
TreeFeature.placeLogsAndLeaves
(WorldAccess world, BlockBox box, Set<BlockPos> trunkPositions, Set<BlockPos> decorationPositions, Set<BlockPos> rootPositions)