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_SYSTEM
Methods in net.minecraft.world.level.levelgen.feature with parameters of type RootSystemConfigurationModifier and TypeMethodDescriptionprivate static void
RootSystemFeature.placeDirt
(BlockPos pPos, int pMaxY, WorldGenLevel pLevel, RootSystemConfiguration pConfig, RandomSource pRandom) private static boolean
RootSystemFeature.placeDirtAndTree
(WorldGenLevel pLevel, ChunkGenerator pChunkGenerator, RootSystemConfiguration pConfig, RandomSource pRandom, BlockPos.MutableBlockPos pMutablePos, BlockPos pBasePos) private static void
RootSystemFeature.placeRootedDirt
(WorldGenLevel pLevel, RootSystemConfiguration pConfig, RandomSource pRandom, int pX, int pZ, BlockPos.MutableBlockPos pPos) private static void
RootSystemFeature.placeRoots
(WorldGenLevel pLevel, RootSystemConfiguration pConfig, RandomSource pRandom, BlockPos pBasePos, BlockPos.MutableBlockPos pMutablePos) private static boolean
RootSystemFeature.spaceForTree
(WorldGenLevel pLevel, RootSystemConfiguration pConfig, BlockPos pPos) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RootSystemConfigurationModifier and TypeMethodDescriptionboolean
RootSystemFeature.place
(FeaturePlaceContext<RootSystemConfiguration> pContext) Places the given feature at the given location.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