Class TrunkVineTreeDecorator

java.lang.Object
net.minecraft.world.gen.tree.TreeDecorator
net.minecraft.world.gen.tree.TrunkVineTreeDecorator

public class TrunkVineTreeDecorator
extends TreeDecorator
Mappings:
Namespace Name
official cug
intermediary net/minecraft/class_4664
named net/minecraft/world/gen/tree/TrunkVineTreeDecorator
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<TrunkVineTreeDecorator> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcug;a:Lcom/mojang/serialization/Codec;
      intermediary field_24964 Lnet/minecraft/class_4664;field_24964:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/tree/TrunkVineTreeDecorator;CODEC:Lcom/mojang/serialization/Codec;
    • INSTANCE

      public static final TrunkVineTreeDecorator INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official b Lcug;b:Lcug;
      intermediary field_24965 Lnet/minecraft/class_4664;field_24965:Lnet/minecraft/class_4664;
      named INSTANCE Lnet/minecraft/world/gen/tree/TrunkVineTreeDecorator;INSTANCE:Lnet/minecraft/world/gen/tree/TrunkVineTreeDecorator;
  • Constructor Details

    • TrunkVineTreeDecorator

      public TrunkVineTreeDecorator()
  • Method Details

    • getType

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

      public void generate​(StructureWorldAccess world, Random random, List<BlockPos> logPositions, List<BlockPos> leavesPositions, Set<BlockPos> placedStates, BlockBox box)
      Specified by:
      generate in class TreeDecorator
      Mappings:
      Namespace Name Mixin selector
      official a Lcue;a(Lbuq;Ljava/util/Random;Ljava/util/List;Ljava/util/List;Ljava/util/Set;Lcwn;)V
      intermediary method_23469 Lnet/minecraft/class_4662;method_23469(Lnet/minecraft/class_5281;Ljava/util/Random;Ljava/util/List;Ljava/util/List;Ljava/util/Set;Lnet/minecraft/class_3341;)V
      named generate Lnet/minecraft/world/gen/tree/TreeDecorator;generate(Lnet/minecraft/world/StructureWorldAccess;Ljava/util/Random;Ljava/util/List;Ljava/util/List;Ljava/util/Set;Lnet/minecraft/util/math/BlockBox;)V