Class LargeOakFoliagePlacer


public class LargeOakFoliagePlacer extends BlobFoliagePlacer
Mappings:
Namespace Name
official doa
intermediary net/minecraft/class_5207
named net/minecraft/world/gen/foliage/LargeOakFoliagePlacer
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<LargeOakFoliagePlacer> CODEC
      Mappings:
      Namespace Name Mixin selector
      official c Ldoa;c:Lcom/mojang/serialization/Codec;
      intermediary field_24930 Lnet/minecraft/class_5207;field_24930:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/foliage/LargeOakFoliagePlacer;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • LargeOakFoliagePlacer

      public LargeOakFoliagePlacer(IntProvider radius, IntProvider offset, int height)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldnw;<init>(Lbdb;Lbdb;I)V
      intermediary <init> Lnet/minecraft/class_4646;<init>(Lnet/minecraft/class_6017;Lnet/minecraft/class_6017;I)V
      named <init> Lnet/minecraft/world/gen/foliage/BlobFoliagePlacer;<init>(Lnet/minecraft/util/math/intprovider/IntProvider;Lnet/minecraft/util/math/intprovider/IntProvider;I)V
  • Method Details

    • getType

      protected FoliagePlacerType<?> getType()
      Overrides:
      getType in class BlobFoliagePlacer
      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.
      Overrides:
      generate in class BlobFoliagePlacer
      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
    • 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.
      Overrides:
      isInvalidForLeaves in class BlobFoliagePlacer
      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