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 cwaintermediary net/minecraft/class_5930named net/minecraft/world/gen/trunk/BendingTrunkPlacer
-
Field Summary
Fields Modifier and Type Field Description private UniformIntDistributionbendLengthstatic com.mojang.serialization.Codec<BendingTrunkPlacer>CODECprivate intminHeightForLeavesFields inherited from class net.minecraft.world.gen.trunk.TrunkPlacer
baseHeight, firstRandomHeight, secondRandomHeight, TYPE_CODEC -
Constructor Summary
Constructors Constructor Description BendingTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight, int minHeightForLeaves, UniformIntDistribution bendLength) -
Method Summary
Modifier and Type Method Description List<FoliagePlacer.TreeNode>generate(ModifiableTestableWorld world, Random random, int trunkHeight, BlockPos pos, Set<BlockPos> placedStates, BlockBox box, 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
fillTrunkPlacerFields, getAndSetState, getHeight, setBlockState, setToDirt, trySetState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLcwa;a:Lcom/mojang/serialization/Codec;intermediary field_29306Lnet/minecraft/class_5930;field_29306:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/trunk/BendingTrunkPlacer;CODEC:Lcom/mojang/serialization/Codec;
-
minHeightForLeaves
private final int minHeightForLeaves- Mappings:
Namespace Name Mixin selector official bLcwa;b:Iintermediary field_29307Lnet/minecraft/class_5930;field_29307:Inamed minHeightForLeavesLnet/minecraft/world/gen/trunk/BendingTrunkPlacer;minHeightForLeaves:I
-
bendLength
- Mappings:
Namespace Name Mixin selector official gLcwa;g:Lahh;intermediary field_29308Lnet/minecraft/class_5930;field_29308:Lnet/minecraft/class_5428;named bendLengthLnet/minecraft/world/gen/trunk/BendingTrunkPlacer;bendLength:Lnet/minecraft/world/gen/UniformIntDistribution;
-
-
Constructor Details
-
BendingTrunkPlacer
public BendingTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight, int minHeightForLeaves, UniformIntDistribution bendLength)- Mappings:
Namespace Name Mixin selector official <init>Lcwa;<init>(IIIILahh;)Vintermediary <init>Lnet/minecraft/class_5930;<init>(IIIILnet/minecraft/class_5428;)Vnamed <init>Lnet/minecraft/world/gen/trunk/BendingTrunkPlacer;<init>(IIIILnet/minecraft/world/gen/UniformIntDistribution;)V
-
-
Method Details
-
getType
- Specified by:
getTypein classTrunkPlacer- Mappings:
Namespace Name Mixin selector official aLcwh;a()Lcwi;intermediary method_28903Lnet/minecraft/class_5141;method_28903()Lnet/minecraft/class_5142;named getTypeLnet/minecraft/world/gen/trunk/TrunkPlacer;getType()Lnet/minecraft/world/gen/trunk/TrunkPlacerType;
-
generate
public List<FoliagePlacer.TreeNode> generate(ModifiableTestableWorld world, Random random, int trunkHeight, BlockPos pos, Set<BlockPos> placedStates, BlockBox box, TreeFeatureConfig config)Generates the trunk blocks and return a list of tree nodes to place foliage around- Specified by:
generatein classTrunkPlacer- Mappings:
Namespace Name Mixin selector official aLcwh;a(Lbuv;Ljava/util/Random;ILfx;Ljava/util/Set;Lcye;Lcub;)Ljava/util/List;intermediary method_26991Lnet/minecraft/class_5141;method_26991(Lnet/minecraft/class_3747;Ljava/util/Random;ILnet/minecraft/class_2338;Ljava/util/Set;Lnet/minecraft/class_3341;Lnet/minecraft/class_4643;)Ljava/util/List;named generateLnet/minecraft/world/gen/trunk/TrunkPlacer;generate(Lnet/minecraft/world/ModifiableTestableWorld;Ljava/util/Random;ILnet/minecraft/util/math/BlockPos;Ljava/util/Set;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/world/gen/feature/TreeFeatureConfig;)Ljava/util/List;
-