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 cxp
intermediary net/minecraft/class_5212
named net/minecraft/world/gen/trunk/LargeOakTrunkPlacer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<LargeOakTrunkPlacer>
private static double
private static double
private static double
private static double
Fields inherited from class net.minecraft.world.gen.trunk.TrunkPlacer
baseHeight, field_31530, firstRandomHeight, secondRandomHeight, TYPE_CODEC
-
Constructor Summary
ConstructorsConstructorDescriptionLargeOakTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight)
-
Method Summary
Modifier and TypeMethodDescriptiongenerate(TestableWorld testableWorld, BiConsumer<BlockPos,BlockState> biConsumer, Random random, int int2, BlockPos blockPos, TreeFeatureConfig treeFeatureConfig)
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 testableWorld, BiConsumer<BlockPos,BlockState> biConsumer, Random random, int int2, BlockPos blockPos, List<LargeOakTrunkPlacer.BranchPosition> list, TreeFeatureConfig treeFeatureConfig)
private boolean
makeOrCheckBranch(TestableWorld testableWorld, BiConsumer<BlockPos,BlockState> biConsumer, Random random, BlockPos blockPos, BlockPos blockPos2, boolean bool, TreeFeatureConfig treeFeatureConfig)
private static float
shouldGenerateBranch(int int2, int int3)
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
fillTrunkPlacerFields, getAndSetState, getHeight, method_35375, setToDirt, trySetState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lcxp;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:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official b
Lcxp;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:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official h
Lcxp;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:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official i
Lcxp;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:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official j
Lcxp;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>
Lcxu;<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
Lcxu;a()Lcxv;
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 testableWorld, BiConsumer<BlockPos,BlockState> biConsumer, Random random, int int2, BlockPos blockPos, TreeFeatureConfig treeFeatureConfig)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
Lcxu;a(Lbwd;Ljava/util/function/BiConsumer;Ljava/util/Random;ILgb;Lcvo;)Ljava/util/List;
intermediary method_26991
Lnet/minecraft/class_5141;method_26991(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Ljava/util/Random;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;Ljava/util/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 blockPos, BlockPos blockPos2, boolean bool, TreeFeatureConfig treeFeatureConfig)- Mappings:
Namespace Name Mixin selector official a
Lcxp;a(Lbwd;Ljava/util/function/BiConsumer;Ljava/util/Random;Lgb;Lgb;ZLcvo;)Z
intermediary method_27393
Lnet/minecraft/class_5212;method_27393(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Ljava/util/Random;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;Ljava/util/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
Lcxp;a(Lgb;)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
Lcxp;a(Lgb;Lgb;)Lgg$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
Lcxp;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 testableWorld, BiConsumer<BlockPos,BlockState> biConsumer, Random random, int int2, BlockPos blockPos, List<LargeOakTrunkPlacer.BranchPosition> list, TreeFeatureConfig treeFeatureConfig)- Mappings:
Namespace Name Mixin selector official a
Lcxp;a(Lbwd;Ljava/util/function/BiConsumer;Ljava/util/Random;ILgb;Ljava/util/List;Lcvo;)V
intermediary method_27392
Lnet/minecraft/class_5212;method_27392(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Ljava/util/Random;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;Ljava/util/Random;ILnet/minecraft/util/math/BlockPos;Ljava/util/List;Lnet/minecraft/world/gen/feature/TreeFeatureConfig;)V
-
shouldGenerateBranch
private static float shouldGenerateBranch(int int2, int int3)If the returned value is greater than or equal to 0, a branch will be generated.- Mappings:
Namespace Name Mixin selector official b
Lcxp;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
-