Package net.minecraft.world.gen.trunk
Class LargeOakTrunkPlacer
java.lang.Object
net.minecraft.world.gen.trunk.TrunkPlacer
net.minecraft.world.gen.trunk.LargeOakTrunkPlacer
- Mappings:
- Namespace - Name - named - net/minecraft/world/gen/trunk/LargeOakTrunkPlacer- intermediary - net/minecraft/class_5212- official - ele
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<LargeOakTrunkPlacer> private static final doubleprivate static final doubleprivate static final doubleprivate static final doubleFields inherited from class net.minecraft.world.gen.trunk.TrunkPlacerbaseHeight, field_31530, firstRandomHeight, secondRandomHeight, TYPE_CODEC
- 
Constructor SummaryConstructorsConstructorDescriptionLargeOakTrunkPlacer(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 aroundprivate Direction.AxisgetLogAxis(BlockPos branchStart, BlockPos branchEnd) private intgetLongestSide(BlockPos offset) protected TrunkPlacerType<?> getType()private booleanisHighEnough(int treeHeight, int height) private voidmakeBranches(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, int treeHeight, BlockPos startPos, List<LargeOakTrunkPlacer.BranchPosition> branchPositions, TreeFeatureConfig config) private booleanmakeOrCheckBranch(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, BlockPos startPos, BlockPos branchPos, boolean make, TreeFeatureConfig config) private static floatshouldGenerateBranch(int treeHeight, int height) If the returned value is greater than or equal to 0, a branch will be generated.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/LargeOakTrunkPlacer;CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_24967- Lnet/minecraft/class_5212;field_24967:Lcom/mojang/serialization/MapCodec;- official - a- Lele;a:Lcom/mojang/serialization/MapCodec;
 
- 
field_31524private static final double field_31524- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31524- Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;field_31524:D- intermediary - field_31524- Lnet/minecraft/class_5212;field_31524:D- official - b- Lele;b:D
 
- 
field_31525private static final double field_31525- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31525- Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;field_31525:D- intermediary - field_31525- Lnet/minecraft/class_5212;field_31525:D- official - h- Lele;h:D
 
- 
field_31526private static final double field_31526- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31526- Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;field_31526:D- intermediary - field_31526- Lnet/minecraft/class_5212;field_31526:D- official - i- Lele;i:D
 
- 
field_31527private static final double field_31527- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31527- Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;field_31527:D- intermediary - field_31527- Lnet/minecraft/class_5212;field_31527:D- official - j- Lele;j:D
 
 
- 
- 
Constructor Details- 
LargeOakTrunkPlacerpublic LargeOakTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/gen/trunk/TrunkPlacer;<init>(III)V- intermediary - <init>- Lnet/minecraft/class_5141;<init>(III)V- official - <init>- Lelj;<init>(III)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;
 
- 
makeOrCheckBranchprivate boolean makeOrCheckBranch(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, BlockPos startPos, BlockPos branchPos, boolean make, TreeFeatureConfig config) - Mappings:
- Namespace - Name - Mixin selector - named - makeOrCheckBranch- Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;makeOrCheckBranch(Lnet/minecraft/world/TestableWorld;Ljava/util/function/BiConsumer;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;ZLnet/minecraft/world/gen/feature/TreeFeatureConfig;)Z- intermediary - method_27393- Lnet/minecraft/class_5212;method_27393(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;ZLnet/minecraft/class_4643;)Z- official - a- Lele;a(Ldgp;Ljava/util/function/BiConsumer;Lazh;Lji;Lji;ZLeiz;)Z
 
- 
getLongestSide- Mappings:
- Namespace - Name - Mixin selector - named - getLongestSide- Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;getLongestSide(Lnet/minecraft/util/math/BlockPos;)I- intermediary - method_27394- Lnet/minecraft/class_5212;method_27394(Lnet/minecraft/class_2338;)I- official - a- Lele;a(Lji;)I
 
- 
getLogAxis- Mappings:
- Namespace - Name - Mixin selector - named - getLogAxis- Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;getLogAxis(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/Direction$Axis;- intermediary - method_27395- Lnet/minecraft/class_5212;method_27395(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2350$class_2351;- official - a- Lele;a(Lji;Lji;)Ljn$a;
 
- 
isHighEnoughprivate boolean isHighEnough(int treeHeight, int height) - Mappings:
- Namespace - Name - Mixin selector - named - isHighEnough- Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;isHighEnough(II)Z- intermediary - method_27391- Lnet/minecraft/class_5212;method_27391(II)Z- official - a- Lele;a(II)Z
 
- 
makeBranchesprivate void makeBranches(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, int treeHeight, BlockPos startPos, List<LargeOakTrunkPlacer.BranchPosition> branchPositions, TreeFeatureConfig config) - Mappings:
- Namespace - Name - Mixin selector - named - makeBranches- Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;makeBranches(Lnet/minecraft/world/TestableWorld;Ljava/util/function/BiConsumer;Lnet/minecraft/util/math/random/Random;ILnet/minecraft/util/math/BlockPos;Ljava/util/List;Lnet/minecraft/world/gen/feature/TreeFeatureConfig;)V- intermediary - method_27392- Lnet/minecraft/class_5212;method_27392(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Lnet/minecraft/class_5819;ILnet/minecraft/class_2338;Ljava/util/List;Lnet/minecraft/class_4643;)V- official - a- Lele;a(Ldgp;Ljava/util/function/BiConsumer;Lazh;ILji;Ljava/util/List;Leiz;)V
 
- 
shouldGenerateBranchprivate static float shouldGenerateBranch(int treeHeight, int height) If the returned value is greater than or equal to 0, a branch will be generated.- Mappings:
- Namespace - Name - Mixin selector - named - shouldGenerateBranch- Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;shouldGenerateBranch(II)F- intermediary - method_27396- Lnet/minecraft/class_5212;method_27396(II)F- official - b- Lele;b(II)F
 
 
-