Class UpwardsBranchingTrunkPlacer

java.lang.Object
net.minecraft.world.gen.trunk.TrunkPlacer
net.minecraft.world.gen.trunk.UpwardsBranchingTrunkPlacer

public class UpwardsBranchingTrunkPlacer extends TrunkPlacer
Mappings:
Namespace Name
official dmn
intermediary net/minecraft/class_7390
named net/minecraft/world/gen/trunk/UpwardsBranchingTrunkPlacer
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<UpwardsBranchingTrunkPlacer> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldmn;a:Lcom/mojang/serialization/Codec;
      intermediary field_38793 Lnet/minecraft/class_7390;field_38793:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/trunk/UpwardsBranchingTrunkPlacer;CODEC:Lcom/mojang/serialization/Codec;
    • extraBranchSteps

      private final IntProvider extraBranchSteps
      Mappings:
      Namespace Name Mixin selector
      official b Ldmn;b:Lbbr;
      intermediary field_38794 Lnet/minecraft/class_7390;field_38794:Lnet/minecraft/class_6017;
      named extraBranchSteps Lnet/minecraft/world/gen/trunk/UpwardsBranchingTrunkPlacer;extraBranchSteps:Lnet/minecraft/util/math/intprovider/IntProvider;
    • placeBranchPerLogProbability

      private final float placeBranchPerLogProbability
      Mappings:
      Namespace Name Mixin selector
      official h Ldmn;h:F
      intermediary field_38795 Lnet/minecraft/class_7390;field_38795:F
      named placeBranchPerLogProbability Lnet/minecraft/world/gen/trunk/UpwardsBranchingTrunkPlacer;placeBranchPerLogProbability:F
    • extraBranchLength

      private final IntProvider extraBranchLength
      Mappings:
      Namespace Name Mixin selector
      official i Ldmn;i:Lbbr;
      intermediary field_38796 Lnet/minecraft/class_7390;field_38796:Lnet/minecraft/class_6017;
      named extraBranchLength Lnet/minecraft/world/gen/trunk/UpwardsBranchingTrunkPlacer;extraBranchLength:Lnet/minecraft/util/math/intprovider/IntProvider;
    • canGrowThrough

      private final RegistryEntryList<Block> canGrowThrough
      Mappings:
      Namespace Name Mixin selector
      official j Ldmn;j:Lhd;
      intermediary field_38797 Lnet/minecraft/class_7390;field_38797:Lnet/minecraft/class_6885;
      named canGrowThrough Lnet/minecraft/world/gen/trunk/UpwardsBranchingTrunkPlacer;canGrowThrough:Lnet/minecraft/registry/entry/RegistryEntryList;
  • Constructor Details

    • UpwardsBranchingTrunkPlacer

      public UpwardsBranchingTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight, IntProvider extraBranchSteps, float placeBranchPerLogProbability, IntProvider extraBranchLength, RegistryEntryList<Block> canGrowThrough)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldmn;<init>(IIILbbr;FLbbr;Lhd;)V
      intermediary <init> Lnet/minecraft/class_7390;<init>(IIILnet/minecraft/class_6017;FLnet/minecraft/class_6017;Lnet/minecraft/class_6885;)V
      named <init> Lnet/minecraft/world/gen/trunk/UpwardsBranchingTrunkPlacer;<init>(IIILnet/minecraft/util/math/intprovider/IntProvider;FLnet/minecraft/util/math/intprovider/IntProvider;Lnet/minecraft/registry/entry/RegistryEntryList;)V
  • Method Details

    • getType

      protected TrunkPlacerType<?> getType()
      Specified by:
      getType in class TrunkPlacer
      Mappings:
      Namespace Name Mixin selector
      official a Ldml;a()Ldmm;
      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 class TrunkPlacer
      Mappings:
      Namespace Name Mixin selector
      official a Ldml;a(Lckc;Ljava/util/function/BiConsumer;Laoh;ILgp;Ldkf;)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;
    • generateExtraBranch

      private void generateExtraBranch(TestableWorld world, BiConsumer<BlockPos,BlockState> replacer, Random random, int height, TreeFeatureConfig config, List<FoliagePlacer.TreeNode> nodes, BlockPos.Mutable pos, int yOffset, Direction direction, int length, int steps)
      Mappings:
      Namespace Name Mixin selector
      official a Ldmn;a(Lckc;Ljava/util/function/BiConsumer;Laoh;ILdkf;Ljava/util/List;Lgp$a;ILgv;II)V
      intermediary method_43199 Lnet/minecraft/class_7390;method_43199(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Lnet/minecraft/class_5819;ILnet/minecraft/class_4643;Ljava/util/List;Lnet/minecraft/class_2338$class_2339;ILnet/minecraft/class_2350;II)V
      named generateExtraBranch Lnet/minecraft/world/gen/trunk/UpwardsBranchingTrunkPlacer;generateExtraBranch(Lnet/minecraft/world/TestableWorld;Ljava/util/function/BiConsumer;Lnet/minecraft/util/math/random/Random;ILnet/minecraft/world/gen/feature/TreeFeatureConfig;Ljava/util/List;Lnet/minecraft/util/math/BlockPos$Mutable;ILnet/minecraft/util/math/Direction;II)V
    • canReplace

      protected boolean canReplace(TestableWorld world, BlockPos pos)
      Overrides:
      canReplace in class TrunkPlacer
      Mappings:
      Namespace Name Mixin selector
      official a Ldml;a(Lckc;Lgp;)Z
      intermediary method_43196 Lnet/minecraft/class_5141;method_43196(Lnet/minecraft/class_3746;Lnet/minecraft/class_2338;)Z
      named canReplace Lnet/minecraft/world/gen/trunk/TrunkPlacer;canReplace(Lnet/minecraft/world/TestableWorld;Lnet/minecraft/util/math/BlockPos;)Z