Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RootSystemConfiguration
Package
Description
-
Uses of RootSystemConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeMethodDescriptionprivate boolean
RootSystemFeature.placeDirtAndTree(WorldGenLevel p_160223_, ChunkGenerator p_160224_, RootSystemConfiguration p_160225_, Random p_160226_, BlockPos.MutableBlockPos p_160227_, BlockPos p_160228_)
private void
RootSystemFeature.placeRootedDirt(WorldGenLevel p_160240_, RootSystemConfiguration p_160241_, Random p_160242_, int p_160243_, int p_160244_, BlockPos.MutableBlockPos p_160245_)
private void
RootSystemFeature.placeRoots(WorldGenLevel p_160247_, RootSystemConfiguration p_160248_, Random p_160249_, BlockPos p_160250_, BlockPos.MutableBlockPos p_160251_)
private boolean
RootSystemFeature.spaceForTree(WorldGenLevel p_160236_, RootSystemConfiguration p_160237_, BlockPos p_160238_)
private boolean
RootSystemFeature.tryPlaceAzaleaTree(WorldGenLevel p_160230_, ChunkGenerator p_160231_, RootSystemConfiguration p_160232_, Random p_160233_, BlockPos p_160234_)
Modifier and TypeMethodDescriptionboolean
RootSystemFeature.place(FeaturePlaceContext<RootSystemConfiguration> p_160257_)
ModifierConstructorDescriptionRootSystemFeature(com.mojang.serialization.Codec<RootSystemConfiguration> p_160218_)
-
Uses of RootSystemConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<RootSystemConfiguration>
RootSystemConfiguration.CODEC