Package net.minecraft.world.gen.trunk
Class GiantTrunkPlacer
java.lang.Object
net.minecraft.world.gen.trunk.TrunkPlacer
net.minecraft.world.gen.trunk.GiantTrunkPlacer
- Direct Known Subclasses:
MegaJungleTrunkPlacer
- Mappings:
Namespace Name official dwz
intermediary net/minecraft/class_5214
named net/minecraft/world/gen/trunk/GiantTrunkPlacer
-
Field Summary
Fields inherited from class net.minecraft.world.gen.trunk.TrunkPlacer
baseHeight, field_31530, firstRandomHeight, secondRandomHeight, TYPE_CODEC
-
Constructor Summary
ConstructorDescriptionGiantTrunkPlacer
(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 aroundprotected TrunkPlacerType<?>
getType()
private void
setLog
(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, BlockPos.Mutable tmpPos, TreeFeatureConfig config, BlockPos startPos, int dx, int dy, int dz) 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
Ldwz;a:Lcom/mojang/serialization/Codec;
intermediary field_24969
Lnet/minecraft/class_5214;field_24969:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/trunk/GiantTrunkPlacer;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
GiantTrunkPlacer
public GiantTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight) - Mappings:
Namespace Name Mixin selector official <init>
Ldxc;<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
Ldxc;a()Ldxd;
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
Ldxc;a(Lctv;Ljava/util/function/BiConsumer;Lauv;ILhx;Lduu;)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;
-
setLog
private void setLog(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, BlockPos.Mutable tmpPos, TreeFeatureConfig config, BlockPos startPos, int dx, int dy, int dz) - Mappings:
Namespace Name Mixin selector official a
Ldwz;a(Lctv;Ljava/util/function/BiConsumer;Lauv;Lhx$a;Lduu;Lhx;III)V
intermediary method_27399
Lnet/minecraft/class_5214;method_27399(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338$class_2339;Lnet/minecraft/class_4643;Lnet/minecraft/class_2338;III)V
named setLog
Lnet/minecraft/world/gen/trunk/GiantTrunkPlacer;setLog(Lnet/minecraft/world/TestableWorld;Ljava/util/function/BiConsumer;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos$Mutable;Lnet/minecraft/world/gen/feature/TreeFeatureConfig;Lnet/minecraft/util/math/BlockPos;III)V
-