Uses of Class
net.minecraft.util.shape.VoxelSet
| Package | Description |
|---|---|
| net.minecraft.structure | |
| net.minecraft.util.shape | |
| net.minecraft.world.gen.feature |
-
Uses of VoxelSet in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type VoxelSet Modifier and Type Method Description static voidStructure. 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.shape Modifier and Type Class Description classBitSetVoxelSetclassCroppedVoxelSetFields in net.minecraft.util.shape declared as VoxelSet Modifier and Type Field Description private VoxelSetCroppedVoxelSet. parentprotected VoxelSetVoxelShape. voxelsMethods in net.minecraft.util.shape that return VoxelSet Modifier and Type Method Description private static VoxelSetSlicedVoxelShape. createVoxelSet(VoxelSet voxelSet, Direction.Axis axis, int sliceWidth)Methods in net.minecraft.util.shape with parameters of type VoxelSet Modifier and Type Method Description (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)private static booleanVoxelShapes. matchesAnywhere(PairList mergedX, PairList mergedY, PairList mergedZ, VoxelSet shape1, VoxelSet shape2, BooleanBiFunction predicate)protected static voidBitSetVoxelSet. method_31941(VoxelSet voxelSet, VoxelSet.PositionBiConsumer positionBiConsumer, boolean bool)Constructors in net.minecraft.util.shape with parameters of type VoxelSet Constructor Description ArrayVoxelShape(VoxelSet voxelSet, double[] double2, double[] double3, double[] double4)ArrayVoxelShape(VoxelSet shape, DoubleList xPoints, DoubleList yPoints, DoubleList zPoints)BitSetVoxelSet(VoxelSet other)CroppedVoxelSet(VoxelSet parent, int xMin, int yMin, int zMin, int xMax, int yMax, int zMax)SimpleVoxelShape(VoxelSet voxels)VoxelShape(VoxelSet voxels) -
Uses of VoxelSet in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature that return VoxelSet Modifier and Type Method Description private static VoxelSetTreeFeature. placeLogsAndLeaves(WorldAccess worldAccess, BlockBox blockBox, Set<BlockPos> set, Set<BlockPos> set2)