Uses of Class
net.minecraft.util.math.shapes.VoxelShapePart
Packages that use VoxelShapePart
Package
Description
-
Uses of VoxelShapePart in net.minecraft.util.math.shapes
Subclasses of VoxelShapePart in net.minecraft.util.math.shapesModifier and TypeClassDescriptionfinal class
final class
Fields in net.minecraft.util.math.shapes declared as VoxelShapePartModifier and TypeFieldDescriptionprivate final VoxelShapePart
PartSplitVoxelShape.parent
protected final VoxelShapePart
VoxelShape.shape
Methods in net.minecraft.util.math.shapes that return VoxelShapePartModifier and TypeMethodDescriptionprivate static VoxelShapePart
SplitVoxelShape.makeSlice
(VoxelShapePart p_197775_0_, Direction.Axis p_197775_1_, int p_197775_2_) Methods in net.minecraft.util.math.shapes with parameters of type VoxelShapePartModifier and TypeMethodDescription(package private) static BitSetVoxelShapePart
BitSetVoxelShapePart.join
(VoxelShapePart p_197852_0_, VoxelShapePart p_197852_1_, IDoubleListMerger p_197852_2_, IDoubleListMerger p_197852_3_, IDoubleListMerger p_197852_4_, IBooleanFunction p_197852_5_) private static boolean
VoxelShapes.joinIsNotEmpty
(IDoubleListMerger p_197874_0_, IDoubleListMerger p_197874_1_, IDoubleListMerger p_197874_2_, VoxelShapePart p_197874_3_, VoxelShapePart p_197874_4_, IBooleanFunction p_197874_5_) private static VoxelShapePart
SplitVoxelShape.makeSlice
(VoxelShapePart p_197775_0_, Direction.Axis p_197775_1_, int p_197775_2_) Constructors in net.minecraft.util.math.shapes with parameters of type VoxelShapePartModifierConstructorDescriptionBitSetVoxelShapePart
(VoxelShapePart p_i47692_1_) protected
PartSplitVoxelShape
(VoxelShapePart p_i47681_1_, int p_i47681_2_, int p_i47681_3_, int p_i47681_4_, int p_i47681_5_, int p_i47681_6_, int p_i47681_7_) (package private)
VoxelShape
(VoxelShapePart p_i47680_1_) protected
VoxelShapeArray
(VoxelShapePart p_i47693_1_, double[] p_i47693_2_, double[] p_i47693_3_, double[] p_i47693_4_) (package private)
VoxelShapeArray
(VoxelShapePart p_i47694_1_, it.unimi.dsi.fastutil.doubles.DoubleList p_i47694_2_, it.unimi.dsi.fastutil.doubles.DoubleList p_i47694_3_, it.unimi.dsi.fastutil.doubles.DoubleList p_i47694_4_) protected
VoxelShapeCube
(VoxelShapePart p_i48182_1_) -
Uses of VoxelShapePart in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature that return VoxelShapePartModifier and TypeMethodDescriptionprivate VoxelShapePart
TreeFeature.updateLeaves
(IWorld p_236403_1_, MutableBoundingBox p_236403_2_, Set<BlockPos> p_236403_3_, Set<BlockPos> p_236403_4_) -
Uses of VoxelShapePart in net.minecraft.world.gen.feature.template
Methods in net.minecraft.world.gen.feature.template with parameters of type VoxelShapePartModifier and TypeMethodDescriptionstatic void
Template.updateShapeAtEdge
(IWorld p_222857_0_, int p_222857_1_, VoxelShapePart p_222857_2_, int p_222857_3_, int p_222857_4_, int p_222857_5_)