Class AcaciaFoliagePlacer

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

public class AcaciaFoliagePlacer
extends FoliagePlacer
Mappings:
Namespace Name
official csu
intermediary net/minecraft/class_4645
named net/minecraft/world/gen/foliage/AcaciaFoliagePlacer
  • Field Details

    • CODEC

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

    • AcaciaFoliagePlacer

      public AcaciaFoliagePlacer​(UniformIntDistribution radius, UniformIntDistribution offset)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcsz;<init>(Lago;Lago;)V
      intermediary <init> Lnet/minecraft/class_4647;<init>(Lnet/minecraft/class_5428;Lnet/minecraft/class_5428;)V
      named <init> Lnet/minecraft/world/gen/foliage/FoliagePlacer;<init>(Lnet/minecraft/world/gen/UniformIntDistribution;Lnet/minecraft/world/gen/UniformIntDistribution;)V
  • Method Details

    • getType

      protected FoliagePlacerType<?> getType()
      Specified by:
      getType in class FoliagePlacer
      Mappings:
      Namespace Name Mixin selector
      official a Lcsz;a()Lcta;
      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​(ModifiableTestableWorld world, Random random, TreeFeatureConfig config, int trunkHeight, FoliagePlacer.TreeNode treeNode, int foliageHeight, int radius, Set<BlockPos> leaves, int offset, BlockBox box)
      This is the main method used to generate foliage.
      Specified by:
      generate in class FoliagePlacer
      Mappings:
      Namespace Name Mixin selector
      official a Lcsz;a(Lbua;Ljava/util/Random;Lcsn;ILcsz$a;IILjava/util/Set;ILcwn;)V
      intermediary method_23448 Lnet/minecraft/class_4647;method_23448(Lnet/minecraft/class_3747;Ljava/util/Random;Lnet/minecraft/class_4643;ILnet/minecraft/class_4647$class_5208;IILjava/util/Set;ILnet/minecraft/class_3341;)V
      named generate Lnet/minecraft/world/gen/foliage/FoliagePlacer;generate(Lnet/minecraft/world/ModifiableTestableWorld;Ljava/util/Random;Lnet/minecraft/world/gen/feature/TreeFeatureConfig;ILnet/minecraft/world/gen/foliage/FoliagePlacer$TreeNode;IILjava/util/Set;ILnet/minecraft/util/math/BlockBox;)V
    • getRandomHeight

      public int getRandomHeight​(Random random, int trunkHeight, TreeFeatureConfig config)
      Specified by:
      getRandomHeight in class FoliagePlacer
      Mappings:
      Namespace Name Mixin selector
      official a Lcsz;a(Ljava/util/Random;ILcsn;)I
      intermediary method_26989 Lnet/minecraft/class_4647;method_26989(Ljava/util/Random;ILnet/minecraft/class_4643;)I
      named getRandomHeight Lnet/minecraft/world/gen/foliage/FoliagePlacer;getRandomHeight(Ljava/util/Random;ILnet/minecraft/world/gen/feature/TreeFeatureConfig;)I
    • isInvalidForLeaves

      protected boolean isInvalidForLeaves​(Random random, int baseHeight, int dx, int y, int dz, 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 Lcsz;a(Ljava/util/Random;IIIIZ)Z
      intermediary method_23451 Lnet/minecraft/class_4647;method_23451(Ljava/util/Random;IIIIZ)Z
      named isInvalidForLeaves Lnet/minecraft/world/gen/foliage/FoliagePlacer;isInvalidForLeaves(Ljava/util/Random;IIIIZ)Z