Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RootSystemConfiguration
Packages that use RootSystemConfiguration
Package
Description
-
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_225223_, int p_225224_, WorldGenLevel p_225225_, RootSystemConfiguration p_225226_, RandomSource p_225227_) private static booleanRootSystemFeature.placeDirtAndTree(WorldGenLevel p_225203_, ChunkGenerator p_225204_, RootSystemConfiguration p_225205_, RandomSource p_225206_, BlockPos.MutableBlockPos p_225207_, BlockPos p_225208_) private static voidRootSystemFeature.placeRootedDirt(WorldGenLevel p_225210_, RootSystemConfiguration p_225211_, RandomSource p_225212_, int p_225213_, int p_225214_, BlockPos.MutableBlockPos p_225215_) private static voidRootSystemFeature.placeRoots(WorldGenLevel p_225217_, RootSystemConfiguration p_225218_, RandomSource p_225219_, BlockPos p_225220_, BlockPos.MutableBlockPos p_225221_) 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