Class BeehiveTreeDecorator

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

public class BeehiveTreeDecorator extends TreeDecorator
Mappings:
Namespace Name
official egz
intermediary net/minecraft/class_4659
named net/minecraft/world/gen/treedecorator/BeehiveTreeDecorator
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<BeehiveTreeDecorator> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Legz;a:Lcom/mojang/serialization/Codec;
      intermediary field_24958 Lnet/minecraft/class_4659;field_24958:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/treedecorator/BeehiveTreeDecorator;CODEC:Lcom/mojang/serialization/Codec;
    • BEE_NEST_FACE

      private static final Direction BEE_NEST_FACE
      Mappings:
      Namespace Name Mixin selector
      official b Legz;b:Liw;
      intermediary field_36346 Lnet/minecraft/class_4659;field_36346:Lnet/minecraft/class_2350;
      named BEE_NEST_FACE Lnet/minecraft/world/gen/treedecorator/BeehiveTreeDecorator;BEE_NEST_FACE:Lnet/minecraft/util/math/Direction;
    • GENERATE_DIRECTIONS

      private static final Direction[] GENERATE_DIRECTIONS
      Mappings:
      Namespace Name Mixin selector
      official c Legz;c:[Liw;
      intermediary field_36347 Lnet/minecraft/class_4659;field_36347:[Lnet/minecraft/class_2350;
      named GENERATE_DIRECTIONS Lnet/minecraft/world/gen/treedecorator/BeehiveTreeDecorator;GENERATE_DIRECTIONS:[Lnet/minecraft/util/math/Direction;
    • probability

      private final float probability
      Mappings:
      Namespace Name Mixin selector
      official d Legz;d:F
      intermediary field_21317 Lnet/minecraft/class_4659;field_21317:F
      named probability Lnet/minecraft/world/gen/treedecorator/BeehiveTreeDecorator;probability:F
    • field_51013

      private final boolean field_51013
      Mappings:
      Namespace Name Mixin selector
      official e Legz;e:Z
      intermediary field_51013 Lnet/minecraft/class_4659;field_51013:Z
      named field_51013 Lnet/minecraft/world/gen/treedecorator/BeehiveTreeDecorator;field_51013:Z
  • Constructor Details

    • BeehiveTreeDecorator

      public BeehiveTreeDecorator(float probability, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official <init> Legz;<init>(FZ)V
      intermediary <init> Lnet/minecraft/class_4659;<init>(FZ)V
      named <init> Lnet/minecraft/world/gen/treedecorator/BeehiveTreeDecorator;<init>(FZ)V
  • Method Details

    • getType

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

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