Class DarkOakFoliagePlacer

java.lang.Object
net.minecraft.world.gen.foliage.FoliagePlacer
net.minecraft.world.gen.foliage.DarkOakFoliagePlacer

public class DarkOakFoliagePlacer extends FoliagePlacer
Mappings:
Namespace Name
official dnz
intermediary net/minecraft/class_5206
named net/minecraft/world/gen/foliage/DarkOakFoliagePlacer
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<DarkOakFoliagePlacer> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldnz;a:Lcom/mojang/serialization/Codec;
      intermediary field_24929 Lnet/minecraft/class_5206;field_24929:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/foliage/DarkOakFoliagePlacer;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • DarkOakFoliagePlacer

      public DarkOakFoliagePlacer(IntProvider radius, IntProvider offset)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldob;<init>(Lbdb;Lbdb;)V
      intermediary <init> Lnet/minecraft/class_4647;<init>(Lnet/minecraft/class_6017;Lnet/minecraft/class_6017;)V
      named <init> Lnet/minecraft/world/gen/foliage/FoliagePlacer;<init>(Lnet/minecraft/util/math/intprovider/IntProvider;Lnet/minecraft/util/math/intprovider/IntProvider;)V
  • Method Details

    • getType

      protected FoliagePlacerType<?> getType()
      Specified by:
      getType in class FoliagePlacer
      Mappings:
      Namespace Name Mixin selector
      official a Ldob;a()Ldoc;
      intermediary method_28843 Lnet/minecraft/class_4647;method_28843()Lnet/minecraft/class_4648;
      named getType Lnet/minecraft/world/gen/foliage/FoliagePlacer;getType()Lnet/minecraft/world/gen/foliage/FoliagePlacerType;
    • generate

      protected void generate(TestableWorld world, FoliagePlacer.BlockPlacer placer, Random random, TreeFeatureConfig config, int trunkHeight, FoliagePlacer.TreeNode treeNode, int foliageHeight, int radius, int offset)
      This is the main method used to generate foliage.
      Specified by:
      generate in class FoliagePlacer
      Mappings:
      Namespace Name Mixin selector
      official a Ldob;a(Lcmq;Ldob$b;Lapf;Ldnl;ILdob$a;III)V
      intermediary method_23448 Lnet/minecraft/class_4647;method_23448(Lnet/minecraft/class_3746;Lnet/minecraft/class_4647$class_8179;Lnet/minecraft/class_5819;Lnet/minecraft/class_4643;ILnet/minecraft/class_4647$class_5208;III)V
      named generate Lnet/minecraft/world/gen/foliage/FoliagePlacer;generate(Lnet/minecraft/world/TestableWorld;Lnet/minecraft/world/gen/foliage/FoliagePlacer$BlockPlacer;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/world/gen/feature/TreeFeatureConfig;ILnet/minecraft/world/gen/foliage/FoliagePlacer$TreeNode;III)V
    • getRandomHeight

      public int getRandomHeight(Random random, int trunkHeight, TreeFeatureConfig config)
      Specified by:
      getRandomHeight in class FoliagePlacer
      Mappings:
      Namespace Name Mixin selector
      official a Ldob;a(Lapf;ILdnl;)I
      intermediary method_26989 Lnet/minecraft/class_4647;method_26989(Lnet/minecraft/class_5819;ILnet/minecraft/class_4643;)I
      named getRandomHeight Lnet/minecraft/world/gen/foliage/FoliagePlacer;getRandomHeight(Lnet/minecraft/util/math/random/Random;ILnet/minecraft/world/gen/feature/TreeFeatureConfig;)I
    • isPositionInvalid

      protected boolean isPositionInvalid(Random random, int dx, int y, int dz, int radius, boolean giantTrunk)
      Normalizes x and z coords before checking if they are invalid.
      Overrides:
      isPositionInvalid in class FoliagePlacer
      Mappings:
      Namespace Name Mixin selector
      official b Ldob;b(Lapf;IIIIZ)Z
      intermediary method_27387 Lnet/minecraft/class_4647;method_27387(Lnet/minecraft/class_5819;IIIIZ)Z
      named isPositionInvalid Lnet/minecraft/world/gen/foliage/FoliagePlacer;isPositionInvalid(Lnet/minecraft/util/math/random/Random;IIIIZ)Z
    • isInvalidForLeaves

      protected boolean isInvalidForLeaves(Random random, int dx, int y, int dz, int radius, boolean giantTrunk)
      Used to exclude certain positions such as corners when creating a square of leaves.
      Specified by:
      isInvalidForLeaves in class FoliagePlacer
      Mappings:
      Namespace Name Mixin selector
      official a Ldob;a(Lapf;IIIIZ)Z
      intermediary method_23451 Lnet/minecraft/class_4647;method_23451(Lnet/minecraft/class_5819;IIIIZ)Z
      named isInvalidForLeaves Lnet/minecraft/world/gen/foliage/FoliagePlacer;isInvalidForLeaves(Lnet/minecraft/util/math/random/Random;IIIIZ)Z