Uses of Class
net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacer
Packages that use FoliagePlacer
Package
Description
-
Uses of FoliagePlacer in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as FoliagePlacerModifier and TypeFieldDescriptionfinal FoliagePlacer
TreeConfiguration.foliagePlacer
private final FoliagePlacer
TreeConfiguration.TreeConfigurationBuilder.foliagePlacer
Constructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type FoliagePlacerModifierConstructorDescriptionprotected
TreeConfiguration
(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, Optional<RootPlacer> rootPlacer, BlockStateProvider dirtProvider, FeatureSize minimumSize, List<TreeDecorator> decorators, boolean ignoreVines, boolean forceDirt) TreeConfigurationBuilder
(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, Optional<RootPlacer> rootPlacer, FeatureSize minimumSize) TreeConfigurationBuilder
(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, FeatureSize minimumSize) -
Uses of FoliagePlacer in net.minecraft.world.level.levelgen.feature.foliageplacers
Classes in net.minecraft.world.level.levelgen.feature.foliageplacers with type parameters of type FoliagePlacerSubclasses of FoliagePlacer in net.minecraft.world.level.levelgen.feature.foliageplacersModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.world.level.levelgen.feature.foliageplacers with type parameters of type FoliagePlacerModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<FoliagePlacer> FoliagePlacer.CODEC
Methods in net.minecraft.world.level.levelgen.feature.foliageplacers with type parameters of type FoliagePlacerModifier and TypeMethodDescriptionprotected static <P extends FoliagePlacer>
com.mojang.datafixers.Products.P2<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>, IntProvider, IntProvider> FoliagePlacer.foliagePlacerParts
(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> instance) private static <P extends FoliagePlacer>
FoliagePlacerType<P>