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.CODECstatic final Feature<RootSystemFeatureConfig>Feature.ROOT_SYSTEMstatic final ConfiguredFeature<RootSystemFeatureConfig,?> UndergroundConfiguredFeatures.ROOTED_AZALEA_TREEMethods in net.minecraft.world.gen.feature with parameters of type RootSystemFeatureConfigModifier and TypeMethodDescriptionprivate static voidRootSystemFeature.generateHangingRoots(StructureWorldAccess structureWorldAccess, RootSystemFeatureConfig rootSystemFeatureConfig, Random random, BlockPos blockPos, BlockPos.Mutable mutable) private static voidRootSystemFeature.generateRoots(StructureWorldAccess structureWorldAccess, RootSystemFeatureConfig rootSystemFeatureConfig, Random random, int int2, int int3, BlockPos.Mutable mutable) private static booleanRootSystemFeature.generateTreeAndRoots(StructureWorldAccess structureWorldAccess, ChunkGenerator chunkGenerator, RootSystemFeatureConfig rootSystemFeatureConfig, Random random, BlockPos.Mutable mutable, BlockPos blockPos) private static booleanRootSystemFeature.hasSpaceForTree(StructureWorldAccess structureWorldAccess, RootSystemFeatureConfig rootSystemFeatureConfig, BlockPos blockPos) private static voidRootSystemFeature.method_39918(BlockPos blockPos, int int2, StructureWorldAccess structureWorldAccess, RootSystemFeatureConfig rootSystemFeatureConfig, Random random) Method parameters in net.minecraft.world.gen.feature with type arguments of type RootSystemFeatureConfigModifier and TypeMethodDescriptionbooleanRootSystemFeature.generate(FeatureContext<RootSystemFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type RootSystemFeatureConfigModifierConstructorDescriptionRootSystemFeature(com.mojang.serialization.Codec<RootSystemFeatureConfig> configCodec)