Uses of Class
net.minecraft.util.math.shapes.VoxelShapePart
-
Packages that use VoxelShapePart Package Description net.minecraft.util.math.shapes net.minecraft.world.gen.feature net.minecraft.world.gen.feature.template -
-
Uses of VoxelShapePart in net.minecraft.util.math.shapes
Subclasses of VoxelShapePart in net.minecraft.util.math.shapes Modifier and Type Class Description class
BitSetVoxelShapePart
class
PartSplitVoxelShape
Fields in net.minecraft.util.math.shapes declared as VoxelShapePart Modifier and Type Field Description private VoxelShapePart
PartSplitVoxelShape. parent
protected VoxelShapePart
VoxelShape. shape
Methods in net.minecraft.util.math.shapes that return VoxelShapePart Modifier and Type Method Description private 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 VoxelShapePart Modifier and Type Method Description (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 VoxelShapePart Constructor Description BitSetVoxelShapePart(VoxelShapePart p_i47692_1_)
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_)
VoxelShape(VoxelShapePart p_i47680_1_)
VoxelShapeArray(VoxelShapePart p_i47693_1_, double[] p_i47693_2_, double[] p_i47693_3_, double[] p_i47693_4_)
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_)
VoxelShapeCube(VoxelShapePart p_i48182_1_)
-
Uses of VoxelShapePart in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature that return VoxelShapePart Modifier and Type Method Description private VoxelShapePart
TreeFeature. updateLeaves(IWorld p_236403_1_, MutableBoundingBox p_236403_2_, java.util.Set<BlockPos> p_236403_3_, java.util.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 VoxelShapePart Modifier and Type Method Description static 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_)
-