Class MegaJungleTrunkPlacer


public class MegaJungleTrunkPlacer
extends GiantTrunkPlacer
Mappings:
Namespace Name
official cum
intermediary net/minecraft/class_5215
named net/minecraft/world/gen/trunk/MegaJungleTrunkPlacer
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<MegaJungleTrunkPlacer> CODEC
      Mappings:
      Namespace Name Mixin selector
      official b Lcum;b:Lcom/mojang/serialization/Codec;
      intermediary field_24970 Lnet/minecraft/class_5215;field_24970:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/trunk/MegaJungleTrunkPlacer;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • MegaJungleTrunkPlacer

      public MegaJungleTrunkPlacer​(int baseHeight, int firstRandomHeight, int secondRandomHeight)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcuo;<init>(III)V
      intermediary <init> Lnet/minecraft/class_5141;<init>(III)V
      named <init> Lnet/minecraft/world/gen/trunk/TrunkPlacer;<init>(III)V
  • Method Details

    • getType

      protected TrunkPlacerType<?> getType()
      Overrides:
      getType in class GiantTrunkPlacer
      Mappings:
      Namespace Name Mixin selector
      official a Lcuo;a()Lcup;
      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​(ModifiableTestableWorld world, Random random, int trunkHeight, BlockPos pos, Set<BlockPos> placedStates, BlockBox box, TreeFeatureConfig config)
      Generates the trunk blocks and return a list of tree nodes to place foliage around
      Overrides:
      generate in class GiantTrunkPlacer
      Mappings:
      Namespace Name Mixin selector
      official a Lcuo;a(Lbua;Ljava/util/Random;ILfx;Ljava/util/Set;Lcwn;Lcsn;)Ljava/util/List;
      intermediary method_26991 Lnet/minecraft/class_5141;method_26991(Lnet/minecraft/class_3747;Ljava/util/Random;ILnet/minecraft/class_2338;Ljava/util/Set;Lnet/minecraft/class_3341;Lnet/minecraft/class_4643;)Ljava/util/List;
      named generate Lnet/minecraft/world/gen/trunk/TrunkPlacer;generate(Lnet/minecraft/world/ModifiableTestableWorld;Ljava/util/Random;ILnet/minecraft/util/math/BlockPos;Ljava/util/Set;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/world/gen/feature/TreeFeatureConfig;)Ljava/util/List;