Uses of Class
net.minecraft.world.gen.feature.RootSystemFeatureConfig
Packages that use RootSystemFeatureConfig
-
Uses of RootSystemFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type RootSystemFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<RootSystemFeatureConfig> RootSystemFeatureConfig.CODEC
static final Feature
<RootSystemFeatureConfig> Feature.ROOT_SYSTEM
Methods in net.minecraft.world.gen.feature with parameters of type RootSystemFeatureConfigModifier and TypeMethodDescriptionprivate static void
RootSystemFeature.generateHangingRoots
(StructureWorldAccess world, RootSystemFeatureConfig config, Random random, BlockPos pos, BlockPos.Mutable mutablePos) private static void
RootSystemFeature.generateRoots
(StructureWorldAccess world, RootSystemFeatureConfig config, Random random, int x, int z, BlockPos.Mutable mutablePos) private static void
RootSystemFeature.generateRootsColumn
(BlockPos pos, int maxY, StructureWorldAccess world, RootSystemFeatureConfig config, Random random) private static boolean
RootSystemFeature.generateTreeAndRoots
(StructureWorldAccess world, ChunkGenerator generator, RootSystemFeatureConfig config, Random random, BlockPos.Mutable mutablePos, BlockPos pos) private static boolean
RootSystemFeature.hasSpaceForTree
(StructureWorldAccess world, RootSystemFeatureConfig config, BlockPos pos) Method parameters in net.minecraft.world.gen.feature with type arguments of type RootSystemFeatureConfigModifier and TypeMethodDescriptionboolean
RootSystemFeature.generate
(FeatureContext<RootSystemFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type RootSystemFeatureConfigModifierConstructorDescriptionRootSystemFeature
(com.mojang.serialization.Codec<RootSystemFeatureConfig> configCodec)