Package net.minecraft.world.gen.trunk
Class BendingTrunkPlacer
java.lang.Object
net.minecraft.world.gen.trunk.TrunkPlacer
net.minecraft.world.gen.trunk.BendingTrunkPlacer
public class BendingTrunkPlacer extends TrunkPlacer
- Mappings:
Namespace Name official cxf
intermediary net/minecraft/class_5930
named net/minecraft/world/gen/trunk/BendingTrunkPlacer
-
Field Summary
Fields Modifier and Type Field Description private IntProvider
bendLength
static com.mojang.serialization.Codec<BendingTrunkPlacer>
CODEC
private int
minHeightForLeaves
Fields inherited from class net.minecraft.world.gen.trunk.TrunkPlacer
baseHeight, field_31530, firstRandomHeight, secondRandomHeight, TYPE_CODEC
-
Constructor Summary
Constructors Constructor Description BendingTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight, int minHeightForLeaves, IntProvider bendLength)
-
Method Summary
Modifier and Type Method Description 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 aroundprotected TrunkPlacerType<?>
getType()
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
Lcxf;a:Lcom/mojang/serialization/Codec;
intermediary field_29306
Lnet/minecraft/class_5930;field_29306:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/trunk/BendingTrunkPlacer;CODEC:Lcom/mojang/serialization/Codec;
-
minHeightForLeaves
private final int minHeightForLeaves- Mappings:
Namespace Name Mixin selector official b
Lcxf;b:I
intermediary field_29307
Lnet/minecraft/class_5930;field_29307:I
named minHeightForLeaves
Lnet/minecraft/world/gen/trunk/BendingTrunkPlacer;minHeightForLeaves:I
-
bendLength
- Mappings:
Namespace Name Mixin selector official h
Lcxf;h:Laqo;
intermediary field_29308
Lnet/minecraft/class_5930;field_29308:Lnet/minecraft/class_6017;
named bendLength
Lnet/minecraft/world/gen/trunk/BendingTrunkPlacer;bendLength:Lnet/minecraft/util/math/intprovider/IntProvider;
-
-
Constructor Details
-
BendingTrunkPlacer
public BendingTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight, int minHeightForLeaves, IntProvider bendLength)- Mappings:
Namespace Name Mixin selector official <init>
Lcxf;<init>(IIIILaqo;)V
intermediary <init>
Lnet/minecraft/class_5930;<init>(IIIILnet/minecraft/class_6017;)V
named <init>
Lnet/minecraft/world/gen/trunk/BendingTrunkPlacer;<init>(IIIILnet/minecraft/util/math/intprovider/IntProvider;)V
-
-
Method Details
-
getType
- Specified by:
getType
in classTrunkPlacer
- Mappings:
Namespace Name Mixin selector official a
Lcxm;a()Lcxn;
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
Lcxm;a(Lbvx;Ljava/util/function/BiConsumer;Ljava/util/Random;ILgb;Lcvg;)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;
-