Class CountNoiseDecorator

java.lang.Object
net.minecraft.world.gen.decorator.Decorator<CountNoiseDecoratorConfig>
net.minecraft.world.gen.decorator.CountNoiseDecorator

public class CountNoiseDecorator
extends Decorator<CountNoiseDecoratorConfig>
Mappings:
Namespace Name
official cvd
intermediary net/minecraft/class_5441
named net/minecraft/world/gen/decorator/CountNoiseDecorator
  • Constructor Details

    • CountNoiseDecorator

      public CountNoiseDecorator​(com.mojang.serialization.Codec<CountNoiseDecoratorConfig> 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

    • getPositions

      public Stream<BlockPos> getPositions​(DecoratorContext decoratorContext, Random random, CountNoiseDecoratorConfig countNoiseDecoratorConfig, BlockPos blockPos)
      Specified by:
      getPositions in class Decorator<CountNoiseDecoratorConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lcvd;a(Lcvi;Ljava/util/Random;Lcrs;Lfx;)Ljava/util/stream/Stream;
      intermediary method_30449 Lnet/minecraft/class_5441;method_30449(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_3003;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;
      named getPositions Lnet/minecraft/world/gen/decorator/CountNoiseDecorator;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/CountNoiseDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;