Uses of Class
net.minecraft.util.shape.VoxelSet
Packages that use VoxelSet
Package
Description
The base package for all Minecraft classes.
-
Uses of VoxelSet in net.minecraft
Fields in net.minecraft declared as VoxelSetModifier and TypeFieldDescription(package private) final VoxelSetclass_8520.class_8521.field_44684(package private) final VoxelSetclass_8520.class_8521.field_44685Methods in net.minecraft with parameters of type VoxelSetModifier and TypeMethodDescriptionprivate static voidclass_8520.method_51457(MatrixStack matrixStack, VoxelSet voxelSet, ChunkSectionPos chunkSectionPos, VertexConsumer vertexConsumer, double double2, double double3, double double4, Vector4f vector4f) private static voidclass_8520.method_51458(MatrixStack matrixStack, VoxelSet voxelSet, ChunkSectionPos chunkSectionPos, VertexConsumerProvider vertexConsumerProvider, double double2, double double3, double double4, Vector4f vector4f) -
Uses of VoxelSet in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type VoxelSetModifier and TypeMethodDescriptionstatic voidStructureTemplate.updateCorner(WorldAccess world, int flags, VoxelSet set, 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 VoxelSetCroppedVoxelSet.parentprotected final VoxelSetVoxelShape.voxelsMethods in net.minecraft.util.shape that return VoxelSetModifier and TypeMethodDescriptionprivate static VoxelSetSlicedVoxelShape.createVoxelSet(VoxelSet voxelSet, Direction.Axis axis, int sliceWidth) Methods in net.minecraft.util.shape with parameters of type VoxelSetModifier and TypeMethodDescription(package private) static BitSetVoxelSetBitSetVoxelSet.combine(VoxelSet first, VoxelSet second, PairList xPoints, PairList yPoints, PairList zPoints, BooleanBiFunction function) private static VoxelSetSlicedVoxelShape.createVoxelSet(VoxelSet voxelSet, Direction.Axis axis, int sliceWidth) protected static voidBitSetVoxelSet.forEachBox(VoxelSet voxelSet, VoxelSet.PositionBiConsumer callback, boolean coalesce) private static booleanVoxelShapes.matchesAnywhere(PairList mergedX, PairList mergedY, PairList mergedZ, VoxelSet shape1, VoxelSet shape2, BooleanBiFunction predicate) Constructors in net.minecraft.util.shape with parameters of type VoxelSetModifierConstructorDescriptionprotectedArrayVoxelShape(VoxelSet shape, double[] xPoints, double[] yPoints, double[] zPoints) (package private)ArrayVoxelShape(VoxelSet shape, DoubleList xPoints, DoubleList yPoints, DoubleList zPoints) BitSetVoxelSet(VoxelSet other) protectedCroppedVoxelSet(VoxelSet parent, int minX, int minY, int minZ, int maxX, int maxY, int maxZ) protectedSimpleVoxelShape(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 VoxelSetTreeFeature.placeLogsAndLeaves(WorldAccess world, BlockBox box, Set<BlockPos> trunkPositions, Set<BlockPos> decorationPositions, Set<BlockPos> rootPositions)