Class LeavesVineTreeDecorator

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

public class LeavesVineTreeDecorator extends TreeDecorator
Mappings:
Namespace Name
official cyg
intermediary net/minecraft/class_4661
named net/minecraft/world/gen/treedecorator/LeavesVineTreeDecorator
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<LeavesVineTreeDecorator> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcyg;a:Lcom/mojang/serialization/Codec;
      intermediary field_24960 Lnet/minecraft/class_4661;field_24960:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/treedecorator/LeavesVineTreeDecorator;CODEC:Lcom/mojang/serialization/Codec;
    • INSTANCE

      public static final LeavesVineTreeDecorator INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official b Lcyg;b:Lcyg;
      intermediary field_24961 Lnet/minecraft/class_4661;field_24961:Lnet/minecraft/class_4661;
      named INSTANCE Lnet/minecraft/world/gen/treedecorator/LeavesVineTreeDecorator;INSTANCE:Lnet/minecraft/world/gen/treedecorator/LeavesVineTreeDecorator;
  • Constructor Details

    • LeavesVineTreeDecorator

      public LeavesVineTreeDecorator()
  • Method Details

    • getType

      protected TreeDecoratorType<?> getType()
      Specified by:
      getType in class TreeDecorator
      Mappings:
      Namespace Name Mixin selector
      official a Lcyh;a()Lcyi;
      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(TestableWorld world, BiConsumer<BlockPos,​BlockState> replacer, Random random, List<BlockPos> logPositions, List<BlockPos> leavesPositions)
      Specified by:
      generate in class TreeDecorator
      Mappings:
      Namespace Name Mixin selector
      official a Lcyh;a(Lbwv;Ljava/util/function/BiConsumer;Ljava/util/Random;Ljava/util/List;Ljava/util/List;)V
      intermediary method_23469 Lnet/minecraft/class_4662;method_23469(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Ljava/util/Random;Ljava/util/List;Ljava/util/List;)V
      named generate Lnet/minecraft/world/gen/treedecorator/TreeDecorator;generate(Lnet/minecraft/world/TestableWorld;Ljava/util/function/BiConsumer;Ljava/util/Random;Ljava/util/List;Ljava/util/List;)V
    • placeVines

      private static void placeVines(TestableWorld world, BlockPos pos, BooleanProperty facing, BiConsumer<BlockPos,​BlockState> replacer)
      Places a vine at a given position and then up to 4 more vines going downwards.
      Mappings:
      Namespace Name Mixin selector
      official a Lcyg;a(Lbwv;Lgg;Lclj;Ljava/util/function/BiConsumer;)V
      intermediary method_23467 Lnet/minecraft/class_4661;method_23467(Lnet/minecraft/class_3746;Lnet/minecraft/class_2338;Lnet/minecraft/class_2746;Ljava/util/function/BiConsumer;)V
      named placeVines Lnet/minecraft/world/gen/treedecorator/LeavesVineTreeDecorator;placeVines(Lnet/minecraft/world/TestableWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/state/property/BooleanProperty;Ljava/util/function/BiConsumer;)V