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 official dmg
intermediary net/minecraft/class_5212
named net/minecraft/world/gen/trunk/LargeOakTrunkPlacer
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LargeOakTrunkPlacer>
private static final double
private static final double
private static final double
private static final double
Fields inherited from class net.minecraft.world.gen.trunk.TrunkPlacer
baseHeight, field_31530, firstRandomHeight, secondRandomHeight, TYPE_CODEC
-
Constructor Summary
ConstructorDescriptionLargeOakTrunkPlacer
(int baseHeight, int firstRandomHeight, int secondRandomHeight) -
Method Summary
Modifier 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.Axis
getLogAxis
(BlockPos branchStart, BlockPos branchEnd) private int
getLongestSide
(BlockPos offset) protected TrunkPlacerType<?>
getType()
private boolean
isHighEnough
(int treeHeight, int height) private void
makeBranches
(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, int treeHeight, BlockPos startPos, List<LargeOakTrunkPlacer.BranchPosition> branchPositions, TreeFeatureConfig config) private boolean
makeOrCheckBranch
(TestableWorld testableWorld, BiConsumer<BlockPos, BlockState> biConsumer, Random random, BlockPos startPos, BlockPos branchPos, boolean make, TreeFeatureConfig config) private static float
shouldGenerateBranch
(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.TrunkPlacer
canReplace, canReplaceOrIsLog, fillTrunkPlacerFields, getAndSetState, getAndSetState, getHeight, setToDirt, trySetState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Ldmg;a:Lcom/mojang/serialization/Codec;
intermediary field_24967
Lnet/minecraft/class_5212;field_24967:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;CODEC:Lcom/mojang/serialization/Codec;
-
field_31524
private static final double field_31524- See Also:
- Mappings:
Namespace Name Mixin selector official b
Ldmg;b:D
intermediary field_31524
Lnet/minecraft/class_5212;field_31524:D
named field_31524
Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;field_31524:D
-
field_31525
private static final double field_31525- See Also:
- Mappings:
Namespace Name Mixin selector official h
Ldmg;h:D
intermediary field_31525
Lnet/minecraft/class_5212;field_31525:D
named field_31525
Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;field_31525:D
-
field_31526
private static final double field_31526- See Also:
- Mappings:
Namespace Name Mixin selector official i
Ldmg;i:D
intermediary field_31526
Lnet/minecraft/class_5212;field_31526:D
named field_31526
Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;field_31526:D
-
field_31527
private static final double field_31527- See Also:
- Mappings:
Namespace Name Mixin selector official j
Ldmg;j:D
intermediary field_31527
Lnet/minecraft/class_5212;field_31527:D
named field_31527
Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;field_31527:D
-
-
Constructor Details
-
LargeOakTrunkPlacer
public LargeOakTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight) - Mappings:
Namespace Name Mixin selector official <init>
Ldml;<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:
getType
in classTrunkPlacer
- Mappings:
Namespace Name Mixin selector official a
Ldml;a()Ldmm;
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;
-
generate
public 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:
generate
in classTrunkPlacer
- Mappings:
Namespace Name Mixin selector official a
Ldml;a(Lckc;Ljava/util/function/BiConsumer;Laoh;ILgp;Ldkf;)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;
-
makeOrCheckBranch
private boolean makeOrCheckBranch(TestableWorld testableWorld, BiConsumer<BlockPos, BlockState> biConsumer, Random random, BlockPos startPos, BlockPos branchPos, boolean make, TreeFeatureConfig config) - Mappings:
Namespace Name Mixin selector official a
Ldmg;a(Lckc;Ljava/util/function/BiConsumer;Laoh;Lgp;Lgp;ZLdkf;)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
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
-
getLongestSide
- Mappings:
Namespace Name Mixin selector official a
Ldmg;a(Lgp;)I
intermediary method_27394
Lnet/minecraft/class_5212;method_27394(Lnet/minecraft/class_2338;)I
named getLongestSide
Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;getLongestSide(Lnet/minecraft/util/math/BlockPos;)I
-
getLogAxis
- Mappings:
Namespace Name Mixin selector official a
Ldmg;a(Lgp;Lgp;)Lgv$a;
intermediary method_27395
Lnet/minecraft/class_5212;method_27395(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2350$class_2351;
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;
-
isHighEnough
private boolean isHighEnough(int treeHeight, int height) - Mappings:
Namespace Name Mixin selector official a
Ldmg;a(II)Z
intermediary method_27391
Lnet/minecraft/class_5212;method_27391(II)Z
named isHighEnough
Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;isHighEnough(II)Z
-
makeBranches
private 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 official a
Ldmg;a(Lckc;Ljava/util/function/BiConsumer;Laoh;ILgp;Ljava/util/List;Ldkf;)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
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
-
shouldGenerateBranch
private 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 official b
Ldmg;b(II)F
intermediary method_27396
Lnet/minecraft/class_5212;method_27396(II)F
named shouldGenerateBranch
Lnet/minecraft/world/gen/trunk/LargeOakTrunkPlacer;shouldGenerateBranch(II)F
-