Class EnvironmentScanDecorator

java.lang.Object
net.minecraft.world.gen.decorator.Decorator<EnvironmentScanDecoratorConfig>
net.minecraft.world.gen.decorator.EnvironmentScanDecorator

public class EnvironmentScanDecorator extends Decorator<EnvironmentScanDecoratorConfig>
Mappings:
Namespace Name
official dda
intermediary net/minecraft/class_6660
named net/minecraft/world/gen/decorator/EnvironmentScanDecorator
  • Constructor Details

    • EnvironmentScanDecorator

      public EnvironmentScanDecorator(com.mojang.serialization.Codec<EnvironmentScanDecoratorConfig> configCodec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lddb;<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, EnvironmentScanDecoratorConfig environmentScanDecoratorConfig, BlockPos blockPos)
      Specified by:
      getPositions in class Decorator<EnvironmentScanDecoratorConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Ldda;a(Ldcx;Ljava/util/Random;Ldcz;Lgh;)Ljava/util/stream/Stream;
      intermediary method_38923 Lnet/minecraft/class_6660;method_38923(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_6659;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;
      named getPositions Lnet/minecraft/world/gen/decorator/EnvironmentScanDecorator;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/EnvironmentScanDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;