Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RootSystemConfiguration
Packages that use RootSystemConfiguration
Package
Description
-
Uses of RootSystemConfiguration in net.minecraft.data.worldgen.features
Fields in net.minecraft.data.worldgen.features with type parameters of type RootSystemConfigurationModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<RootSystemConfiguration,?>> CaveFeatures.ROOTED_AZALEA_TREE -
Uses of RootSystemConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type RootSystemConfigurationModifier and TypeFieldDescriptionstatic final Feature<RootSystemConfiguration>Feature.ROOT_SYSTEMMethods in net.minecraft.world.level.levelgen.feature with parameters of type RootSystemConfigurationModifier and TypeMethodDescriptionprivate static voidRootSystemFeature.placeDirt(BlockPos p_198350_, int p_198351_, WorldGenLevel p_198352_, RootSystemConfiguration p_198353_, Random p_198354_) private static booleanRootSystemFeature.placeDirtAndTree(WorldGenLevel p_160223_, ChunkGenerator p_160224_, RootSystemConfiguration p_160225_, Random p_160226_, BlockPos.MutableBlockPos p_160227_, BlockPos p_160228_) private static voidRootSystemFeature.placeRootedDirt(WorldGenLevel p_160240_, RootSystemConfiguration p_160241_, Random p_160242_, int p_160243_, int p_160244_, BlockPos.MutableBlockPos p_160245_) private static voidRootSystemFeature.placeRoots(WorldGenLevel p_160247_, RootSystemConfiguration p_160248_, Random p_160249_, BlockPos p_160250_, BlockPos.MutableBlockPos p_160251_) private static booleanRootSystemFeature.spaceForTree(WorldGenLevel p_160236_, RootSystemConfiguration p_160237_, BlockPos p_160238_) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RootSystemConfigurationModifier and TypeMethodDescriptionbooleanRootSystemFeature.place(FeaturePlaceContext<RootSystemConfiguration> p_160257_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RootSystemConfigurationModifierConstructorDescriptionRootSystemFeature(com.mojang.serialization.Codec<RootSystemConfiguration> p_160218_) -
Uses of RootSystemConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type RootSystemConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RootSystemConfiguration>RootSystemConfiguration.CODEC