Package | Description |
---|---|
net.minecraft.util.math.shapes | |
net.minecraft.world.gen.feature | |
net.minecraft.world.gen.feature.template |
Modifier and Type | Class and Description |
---|---|
class |
BitSetVoxelShapePart |
class |
PartSplitVoxelShape |
Modifier and Type | Field and Description |
---|---|
protected VoxelShapePart |
VoxelShape.part |
private VoxelShapePart |
PartSplitVoxelShape.part |
Modifier and Type | Method and Description |
---|---|
private static VoxelShapePart |
SplitVoxelShape.makeShapePart(VoxelShapePart shapePartIn,
Direction.Axis axis,
int p_197775_2_) |
Modifier and Type | Method and Description |
---|---|
(package private) static BitSetVoxelShapePart |
BitSetVoxelShapePart.func_197852_a(VoxelShapePart first,
VoxelShapePart second,
IDoubleListMerger xMerger,
IDoubleListMerger yMerger,
IDoubleListMerger zMerger,
IBooleanFunction op) |
private static boolean |
VoxelShapes.join(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.makeShapePart(VoxelShapePart shapePartIn,
Direction.Axis axis,
int p_197775_2_) |
Constructor and Description |
---|
BitSetVoxelShapePart(VoxelShapePart shapePart) |
PartSplitVoxelShape(VoxelShapePart partIn,
int startXIn,
int startYIn,
int startZIn,
int endXIn,
int endYIn,
int endZIn) |
VoxelShape(VoxelShapePart part) |
VoxelShapeArray(VoxelShapePart shapePartIn,
double[] xPointsIn,
double[] yPointsIn,
double[] zPointsIn) |
VoxelShapeArray(VoxelShapePart shapePartIn,
it.unimi.dsi.fastutil.doubles.DoubleList xPointsIn,
it.unimi.dsi.fastutil.doubles.DoubleList yPointsIn,
it.unimi.dsi.fastutil.doubles.DoubleList zPointsIn) |
VoxelShapeCube(VoxelShapePart p_i48182_1_) |
Modifier and Type | Method and Description |
---|---|
private VoxelShapePart |
AbstractTreeFeature.func_227214_a_(IWorld p_227214_1_,
MutableBoundingBox p_227214_2_,
java.util.Set<BlockPos> p_227214_3_,
java.util.Set<BlockPos> p_227214_4_) |
Modifier and Type | Method and Description |
---|---|
static void |
Template.func_222857_a(IWorld worldIn,
int p_222857_1_,
VoxelShapePart voxelShapePartIn,
int xIn,
int yIn,
int zIn) |