Package net.minecraft.world.gen.trunk
Class DarkOakTrunkPlacer
java.lang.Object
net.minecraft.world.gen.trunk.TrunkPlacer
net.minecraft.world.gen.trunk.DarkOakTrunkPlacer
- Mappings:
Namespace Name named net/minecraft/world/gen/trunk/DarkOakTrunkPlacer
intermediary net/minecraft/class_5211
official egc
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<DarkOakTrunkPlacer> Fields inherited from class net.minecraft.world.gen.trunk.TrunkPlacer
baseHeight, field_31530, firstRandomHeight, secondRandomHeight, TYPE_CODEC
-
Constructor Summary
ConstructorDescriptionDarkOakTrunkPlacer
(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()
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 named CODEC
Lnet/minecraft/world/gen/trunk/DarkOakTrunkPlacer;CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_24966
Lnet/minecraft/class_5211;field_24966:Lcom/mojang/serialization/MapCodec;
official a
Legc;a:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
DarkOakTrunkPlacer
public DarkOakTrunkPlacer(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>
Legi;<init>(III)V
-
-
Method Details
-
getType
- Specified by:
getType
in classTrunkPlacer
- 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
Legi;a()Legj;
-
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 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
Legi;a(Ldcg;Ljava/util/function/BiConsumer;Lazh;ILiz;Leea;)Ljava/util/List;
-