Uses of Class
net.minecraft.world.gen.trunk.TrunkPlacer
Package | Description |
---|---|
net.minecraft.world.gen.feature | |
net.minecraft.world.gen.trunk |
-
Uses of TrunkPlacer in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as TrunkPlacer Modifier and Type Field Description private TrunkPlacer
TreeFeatureConfig.Builder. trunkPlacer
TrunkPlacer
TreeFeatureConfig. trunkPlacer
Constructors in net.minecraft.world.gen.feature with parameters of type TrunkPlacer 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 TrunkPlacer in net.minecraft.world.gen.trunk
Classes in net.minecraft.world.gen.trunk with type parameters of type TrunkPlacer Modifier and Type Class Description class
TrunkPlacerType<P extends TrunkPlacer>
Subclasses of TrunkPlacer in net.minecraft.world.gen.trunk Modifier and Type Class Description class
BendingTrunkPlacer
class
DarkOakTrunkPlacer
class
ForkingTrunkPlacer
class
GiantTrunkPlacer
class
LargeOakTrunkPlacer
class
MegaJungleTrunkPlacer
class
StraightTrunkPlacer
Fields in net.minecraft.world.gen.trunk with type parameters of type TrunkPlacer Modifier and Type Field Description static com.mojang.serialization.Codec<TrunkPlacer>
TrunkPlacer. TYPE_CODEC
Methods in net.minecraft.world.gen.trunk with type parameters of type TrunkPlacer Modifier and Type Method Description protected static <P extends TrunkPlacer>
com.mojang.datafixers.Products.P3<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,Integer,Integer,Integer>TrunkPlacer. fillTrunkPlacerFields(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> instance)
private static <P extends TrunkPlacer>
TrunkPlacerType<P>TrunkPlacerType. register(String id, com.mojang.serialization.Codec<P> codec)