Class DarkOakTreeDecorator


public class DarkOakTreeDecorator
extends AbstractHeightmapDecorator<NopeDecoratorConfig>
Mappings:
Namespace Name
official cvf
intermediary net/minecraft/class_3315
named net/minecraft/world/gen/decorator/DarkOakTreeDecorator
  • Constructor Details

    • DarkOakTreeDecorator

      public DarkOakTreeDecorator​(com.mojang.serialization.Codec<NopeDecoratorConfig> configCodec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcvp;<init>(Lcom/mojang/serialization/Codec;)V
      intermediary <init> Lnet/minecraft/class_3284;<init>(Lcom/mojang/serialization/Codec;)V
      named <init> Lnet/minecraft/world/gen/decorator/Decorator;<init>(Lcom/mojang/serialization/Codec;)V
  • Method Details

    • getHeightmapType

      protected Heightmap.Type getHeightmapType​(NopeDecoratorConfig nopeDecoratorConfig)
      Specified by:
      getHeightmapType in class AbstractHeightmapDecorator<NopeDecoratorConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lcvf;a(Lcrt;)Lcmm$a;
      intermediary method_30452 Lnet/minecraft/class_3315;method_30452(Lnet/minecraft/class_3113;)Lnet/minecraft/class_2902$class_2903;
      named getHeightmapType Lnet/minecraft/world/gen/decorator/DarkOakTreeDecorator;getHeightmapType(Lnet/minecraft/world/gen/decorator/NopeDecoratorConfig;)Lnet/minecraft/world/Heightmap$Type;
    • getPositions

      public Stream<BlockPos> getPositions​(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos)
      Specified by:
      getPositions in class Decorator<NopeDecoratorConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lcvf;a(Lcvi;Ljava/util/Random;Lcrt;Lfx;)Ljava/util/stream/Stream;
      intermediary method_14524 Lnet/minecraft/class_3315;method_14524(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_3113;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;
      named getPositions Lnet/minecraft/world/gen/decorator/DarkOakTreeDecorator;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/NopeDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;