Package net.minecraft.world.gen.trunk
Class BendingTrunkPlacer
java.lang.Object
net.minecraft.world.gen.trunk.TrunkPlacer
net.minecraft.world.gen.trunk.BendingTrunkPlacer
- Mappings:
- Namespace - Name - named - net/minecraft/world/gen/trunk/BendingTrunkPlacer- intermediary - net/minecraft/class_5930- official - elb
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final IntProviderstatic final com.mojang.serialization.MapCodec<BendingTrunkPlacer> private final intFields inherited from class net.minecraft.world.gen.trunk.TrunkPlacerbaseHeight, field_31530, firstRandomHeight, secondRandomHeight, TYPE_CODEC
- 
Constructor SummaryConstructorsConstructorDescriptionBendingTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight, int minHeightForLeaves, IntProvider bendLength) 
- 
Method SummaryModifier and TypeMethodDescriptiongenerate(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, int height, BlockPos startPos, TreeFeatureConfig config) Generates the trunk blocks and return a list of tree nodes to place foliage aroundprotected TrunkPlacerType<?> getType()Methods inherited from class net.minecraft.world.gen.trunk.TrunkPlacercanReplace, canReplaceOrIsLog, fillTrunkPlacerFields, getAndSetState, getAndSetState, getHeight, setToDirt, trySetState
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/world/gen/trunk/BendingTrunkPlacer;CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_29306- Lnet/minecraft/class_5930;field_29306:Lcom/mojang/serialization/MapCodec;- official - a- Lelb;a:Lcom/mojang/serialization/MapCodec;
 
- 
minHeightForLeavesprivate final int minHeightForLeaves- Mappings:
- Namespace - Name - Mixin selector - named - minHeightForLeaves- Lnet/minecraft/world/gen/trunk/BendingTrunkPlacer;minHeightForLeaves:I- intermediary - field_29307- Lnet/minecraft/class_5930;field_29307:I- official - b- Lelb;b:I
 
- 
bendLength- Mappings:
- Namespace - Name - Mixin selector - named - bendLength- Lnet/minecraft/world/gen/trunk/BendingTrunkPlacer;bendLength:Lnet/minecraft/util/math/intprovider/IntProvider;- intermediary - field_29308- Lnet/minecraft/class_5930;field_29308:Lnet/minecraft/class_6017;- official - h- Lelb;h:Lbrq;
 
 
- 
- 
Constructor Details- 
BendingTrunkPlacerpublic BendingTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight, int minHeightForLeaves, IntProvider bendLength) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/gen/trunk/BendingTrunkPlacer;<init>(IIIILnet/minecraft/util/math/intprovider/IntProvider;)V- intermediary - <init>- Lnet/minecraft/class_5930;<init>(IIIILnet/minecraft/class_6017;)V- official - <init>- Lelb;<init>(IIIILbrq;)V
 
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein class- TrunkPlacer
- Mappings:
- Namespace - Name - Mixin selector - named - getType- Lnet/minecraft/world/gen/trunk/TrunkPlacer;getType()Lnet/minecraft/world/gen/trunk/TrunkPlacerType;- intermediary - method_28903- Lnet/minecraft/class_5141;method_28903()Lnet/minecraft/class_5142;- official - a- Lelj;a()Lelk;
 
- 
generatepublic List<FoliagePlacer.TreeNode> generate(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, int height, BlockPos startPos, TreeFeatureConfig config) Generates the trunk blocks and return a list of tree nodes to place foliage around- Specified by:
- generatein class- TrunkPlacer
- Mappings:
- Namespace - Name - Mixin selector - named - generate- Lnet/minecraft/world/gen/trunk/TrunkPlacer;generate(Lnet/minecraft/world/TestableWorld;Ljava/util/function/BiConsumer;Lnet/minecraft/util/math/random/Random;ILnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/gen/feature/TreeFeatureConfig;)Ljava/util/List;- intermediary - method_26991- Lnet/minecraft/class_5141;method_26991(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Lnet/minecraft/class_5819;ILnet/minecraft/class_2338;Lnet/minecraft/class_4643;)Ljava/util/List;- official - a- Lelj;a(Ldgp;Ljava/util/function/BiConsumer;Lazh;ILji;Leiz;)Ljava/util/List;
 
 
-