-
Methods in net.minecraft.world.gen.feature with parameters of type RootSystemFeatureConfig
Modifier and Type |
Method |
Description |
private boolean |
RootSystemFeature.generateFeature(StructureWorldAccess world,
ChunkGenerator generator,
RootSystemFeatureConfig config,
Random random,
BlockPos pos) |
|
private void |
RootSystemFeature.generateHangingRoots(StructureWorldAccess world,
RootSystemFeatureConfig config,
Random random,
BlockPos pos,
BlockPos.Mutable mutablePos) |
|
private void |
RootSystemFeature.generateRoots(StructureWorldAccess world,
RootSystemFeatureConfig config,
Random random,
int x,
int z,
BlockPos.Mutable mutablePos) |
|
private boolean |
RootSystemFeature.generateTreeAndRoots(StructureWorldAccess world,
ChunkGenerator generator,
RootSystemFeatureConfig config,
Random random,
BlockPos.Mutable mutablePos,
BlockPos pos) |
|
private boolean |
RootSystemFeature.hasSpaceForTree(StructureWorldAccess world,
RootSystemFeatureConfig config,
BlockPos pos) |
|