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
Subclasses with type arguments of type RootSystemConfiguration in net.minecraft.world.level.levelgen.featureFields 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 origin, int targetHeight, WorldGenLevel level, RootSystemConfiguration config, RandomSource random) private static booleanRootSystemFeature.placeDirtAndTree(WorldGenLevel level, ChunkGenerator generator, RootSystemConfiguration config, RandomSource random, BlockPos.MutableBlockPos workingPos, BlockPos pos) private static voidRootSystemFeature.placeRootedDirt(WorldGenLevel level, RootSystemConfiguration config, RandomSource random, int originX, int originZ, BlockPos.MutableBlockPos workingPos) private static voidRootSystemFeature.placeRoots(WorldGenLevel level, RootSystemConfiguration config, RandomSource random, BlockPos pos, BlockPos.MutableBlockPos workingPos) private static booleanRootSystemFeature.spaceForTree(WorldGenLevel level, RootSystemConfiguration config, BlockPos pos) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RootSystemConfigurationModifier and TypeMethodDescriptionbooleanRootSystemFeature.place(FeaturePlaceContext<RootSystemConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RootSystemConfigurationModifierConstructorDescriptionRootSystemFeature(com.mojang.serialization.Codec<RootSystemConfiguration> codec) -
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