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
static final ConfiguredFeature<RootSystemFeatureConfig,
?> UndergroundConfiguredFeatures.ROOTED_AZALEA_TREE
Methods in net.minecraft.world.gen.feature with parameters of type RootSystemFeatureConfigModifier and TypeMethodDescriptionprivate 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) 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)