Class PlaceOnGroundTreeDecorator

java.lang.Object
net.minecraft.world.gen.treedecorator.TreeDecorator
net.minecraft.world.gen.treedecorator.PlaceOnGroundTreeDecorator

public class PlaceOnGroundTreeDecorator extends TreeDecorator
Mappings:
Namespace Name
named net/minecraft/world/gen/treedecorator/PlaceOnGroundTreeDecorator
intermediary net/minecraft/class_10600
official exx
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<PlaceOnGroundTreeDecorator> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/world/gen/treedecorator/PlaceOnGroundTreeDecorator;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_55836 Lnet/minecraft/class_10600;field_55836:Lcom/mojang/serialization/MapCodec;
      official a Lexx;a:Lcom/mojang/serialization/MapCodec;
    • tries

      private final int tries
      Mappings:
      Namespace Name Mixin selector
      named tries Lnet/minecraft/world/gen/treedecorator/PlaceOnGroundTreeDecorator;tries:I
      intermediary field_55837 Lnet/minecraft/class_10600;field_55837:I
      official b Lexx;b:I
    • radius

      private final int radius
      Mappings:
      Namespace Name Mixin selector
      named radius Lnet/minecraft/world/gen/treedecorator/PlaceOnGroundTreeDecorator;radius:I
      intermediary field_55838 Lnet/minecraft/class_10600;field_55838:I
      official c Lexx;c:I
    • height

      private final int height
      Mappings:
      Namespace Name Mixin selector
      named height Lnet/minecraft/world/gen/treedecorator/PlaceOnGroundTreeDecorator;height:I
      intermediary field_55839 Lnet/minecraft/class_10600;field_55839:I
      official d Lexx;d:I
    • blockStateProvider

      private final BlockStateProvider blockStateProvider
      Mappings:
      Namespace Name Mixin selector
      named blockStateProvider Lnet/minecraft/world/gen/treedecorator/PlaceOnGroundTreeDecorator;blockStateProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
      intermediary field_55840 Lnet/minecraft/class_10600;field_55840:Lnet/minecraft/class_4651;
      official e Lexx;e:Lexd;
  • Constructor Details

    • PlaceOnGroundTreeDecorator

      public PlaceOnGroundTreeDecorator(int tries, int radius, int height, BlockStateProvider blockStateProvider)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/gen/treedecorator/PlaceOnGroundTreeDecorator;<init>(IIILnet/minecraft/world/gen/stateprovider/BlockStateProvider;)V
      intermediary <init> Lnet/minecraft/class_10600;<init>(IIILnet/minecraft/class_4651;)V
      official <init> Lexx;<init>(IIILexd;)V
  • Method Details

    • getType

      protected TreeDecoratorType<?> getType()
      Specified by:
      getType in class TreeDecorator
      Mappings:
      Namespace Name Mixin selector
      named getType Lnet/minecraft/world/gen/treedecorator/TreeDecorator;getType()Lnet/minecraft/world/gen/treedecorator/TreeDecoratorType;
      intermediary method_28893 Lnet/minecraft/class_4662;method_28893()Lnet/minecraft/class_4663;
      official a Lexy;a()Lexz;
    • generate

      public void generate(TreeDecorator.Generator generator)
      Specified by:
      generate in class TreeDecorator
      Mappings:
      Namespace Name Mixin selector
      named generate Lnet/minecraft/world/gen/treedecorator/TreeDecorator;generate(Lnet/minecraft/world/gen/treedecorator/TreeDecorator$Generator;)V
      intermediary method_23469 Lnet/minecraft/class_4662;method_23469(Lnet/minecraft/class_4662$class_7402;)V
      official a Lexy;a(Lexy$a;)V
    • generate

      private void generate(TreeDecorator.Generator generator, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named generate Lnet/minecraft/world/gen/treedecorator/PlaceOnGroundTreeDecorator;generate(Lnet/minecraft/world/gen/treedecorator/TreeDecorator$Generator;Lnet/minecraft/util/math/BlockPos;)V
      intermediary method_66485 Lnet/minecraft/class_10600;method_66485(Lnet/minecraft/class_4662$class_7402;Lnet/minecraft/class_2338;)V
      official a Lexx;a(Lexy$a;Lja;)V