Class RandomSpreadFoliagePlacer

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

public class RandomSpreadFoliagePlacer extends FoliagePlacer
Mappings:
Namespace Name
official dkz
intermediary net/minecraft/class_5928
named net/minecraft/world/gen/foliage/RandomSpreadFoliagePlacer
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<RandomSpreadFoliagePlacer> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldkz;a:Lcom/mojang/serialization/Codec;
      intermediary field_29297 Lnet/minecraft/class_5928;field_29297:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/foliage/RandomSpreadFoliagePlacer;CODEC:Lcom/mojang/serialization/Codec;
    • foliageHeight

      private final IntProvider foliageHeight
      Mappings:
      Namespace Name Mixin selector
      official b Ldkz;b:Lbbr;
      intermediary field_29298 Lnet/minecraft/class_5928;field_29298:Lnet/minecraft/class_6017;
      named foliageHeight Lnet/minecraft/world/gen/foliage/RandomSpreadFoliagePlacer;foliageHeight:Lnet/minecraft/util/math/intprovider/IntProvider;
    • leafPlacementAttempts

      private final int leafPlacementAttempts
      Mappings:
      Namespace Name Mixin selector
      official c Ldkz;c:I
      intermediary field_29299 Lnet/minecraft/class_5928;field_29299:I
      named leafPlacementAttempts Lnet/minecraft/world/gen/foliage/RandomSpreadFoliagePlacer;leafPlacementAttempts:I
  • Constructor Details

    • RandomSpreadFoliagePlacer

      public RandomSpreadFoliagePlacer(IntProvider radius, IntProvider offset, IntProvider foliageHeight, int leafPlacementAttempts)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldkz;<init>(Lbbr;Lbbr;Lbbr;I)V
      intermediary <init> Lnet/minecraft/class_5928;<init>(Lnet/minecraft/class_6017;Lnet/minecraft/class_6017;Lnet/minecraft/class_6017;I)V
      named <init> Lnet/minecraft/world/gen/foliage/RandomSpreadFoliagePlacer;<init>(Lnet/minecraft/util/math/intprovider/IntProvider;Lnet/minecraft/util/math/intprovider/IntProvider;Lnet/minecraft/util/math/intprovider/IntProvider;I)V
  • Method Details

    • getType

      protected FoliagePlacerType<?> getType()
      Specified by:
      getType in class FoliagePlacer
      Mappings:
      Namespace Name Mixin selector
      official a Ldku;a()Ldkv;
      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, BiConsumer<BlockPos,BlockState> replacer, 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 Ldku;a(Lckc;Ljava/util/function/BiConsumer;Laoh;Ldkf;ILdku$a;III)V
      intermediary method_23448 Lnet/minecraft/class_4647;method_23448(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;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;Ljava/util/function/BiConsumer;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 Ldku;a(Laoh;ILdkf;)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
    • 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 Ldku;a(Laoh;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