Uses of Class
net.minecraft.world.gen.foliage.FoliagePlacer
Package | Description |
---|---|
net.minecraft.world.gen.feature | |
net.minecraft.world.gen.foliage |
-
Uses of FoliagePlacer in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as FoliagePlacer Modifier and Type Field Description private FoliagePlacer
TreeFeatureConfig.Builder. foliagePlacer
FoliagePlacer
TreeFeatureConfig. foliagePlacer
Constructors in net.minecraft.world.gen.feature with parameters of type FoliagePlacer Constructor Description Builder(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, FeatureSize minimumSize)
TreeFeatureConfig(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, BlockStateProvider dirtProvider, FeatureSize minimumSize, List<TreeDecorator> decorators, boolean ignoreVines, boolean forceDirt)
-
Uses of FoliagePlacer in net.minecraft.world.gen.foliage
Classes in net.minecraft.world.gen.foliage with type parameters of type FoliagePlacer Modifier and Type Class Description class
FoliagePlacerType<P extends FoliagePlacer>
Subclasses of FoliagePlacer in net.minecraft.world.gen.foliage Modifier and Type Class Description class
AcaciaFoliagePlacer
class
BlobFoliagePlacer
class
BushFoliagePlacer
class
DarkOakFoliagePlacer
class
JungleFoliagePlacer
class
LargeOakFoliagePlacer
class
MegaPineFoliagePlacer
class
PineFoliagePlacer
class
RandomSpreadFoliagePlacer
class
SpruceFoliagePlacer
Fields in net.minecraft.world.gen.foliage with type parameters of type FoliagePlacer Modifier and Type Field Description static com.mojang.serialization.Codec<FoliagePlacer>
FoliagePlacer. TYPE_CODEC
Methods in net.minecraft.world.gen.foliage with type parameters of type FoliagePlacer Modifier and Type Method Description protected static <P extends FoliagePlacer>
com.mojang.datafixers.Products.P2<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,IntProvider,IntProvider>FoliagePlacer. fillFoliagePlacerFields(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> instance)
private static <P extends FoliagePlacer>
FoliagePlacerType<P>FoliagePlacerType. register(String id, com.mojang.serialization.Codec<P> codec)