Package net.minecraft.world.gen.trunk
Class StraightTrunkPlacer
java.lang.Object
net.minecraft.world.gen.trunk.TrunkPlacer
net.minecraft.world.gen.trunk.StraightTrunkPlacer
- Mappings:
- Namespace - Name - official - dix- intermediary - net/minecraft/class_5140- named - net/minecraft/world/gen/trunk/StraightTrunkPlacer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StraightTrunkPlacer>Fields inherited from class net.minecraft.world.gen.trunk.TrunkPlacerbaseHeight, field_31530, firstRandomHeight, secondRandomHeight, TYPE_CODEC
- 
Constructor SummaryConstructorsConstructorDescriptionStraightTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight) 
- 
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 - official - a- Ldix;a:Lcom/mojang/serialization/Codec;- intermediary - field_24971- Lnet/minecraft/class_5140;field_24971:Lcom/mojang/serialization/Codec;- named - CODEC- Lnet/minecraft/world/gen/trunk/StraightTrunkPlacer;CODEC:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Constructor Details- 
StraightTrunkPlacerpublic StraightTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldiy;<init>(III)V- intermediary - <init>- Lnet/minecraft/class_5141;<init>(III)V- named - <init>- Lnet/minecraft/world/gen/trunk/TrunkPlacer;<init>(III)V
 
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein class- TrunkPlacer
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldiy;a()Ldiz;- intermediary - method_28903- Lnet/minecraft/class_5141;method_28903()Lnet/minecraft/class_5142;- named - getType- Lnet/minecraft/world/gen/trunk/TrunkPlacer;getType()Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
 
- 
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 - official - a- Ldiy;a(Lchd;Ljava/util/function/BiConsumer;Lamn;ILgt;Ldgt;)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;- 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;
 
 
-