Class CarvingMaskDecorator

java.lang.Object
net.minecraft.world.gen.decorator.Decorator<CarvingMaskDecoratorConfig>
net.minecraft.world.gen.decorator.CarvingMaskDecorator

public class CarvingMaskDecorator extends Decorator<CarvingMaskDecoratorConfig>
Mappings:
Namespace Name
official czh
intermediary net/minecraft/class_3234
named net/minecraft/world/gen/decorator/CarvingMaskDecorator
  • Constructor Details

    • CarvingMaskDecorator

      public CarvingMaskDecorator(com.mojang.serialization.Codec<CarvingMaskDecoratorConfig> configCodec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lczx;<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, CarvingMaskDecoratorConfig carvingMaskDecoratorConfig, BlockPos blockPos)
      Specified by:
      getPositions in class Decorator<CarvingMaskDecoratorConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lczh;a(Lczv;Ljava/util/Random;Lczi;Lgg;)Ljava/util/stream/Stream;
      intermediary method_14341 Lnet/minecraft/class_3234;method_14341(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_5851;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;
      named getPositions Lnet/minecraft/world/gen/decorator/CarvingMaskDecorator;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/CarvingMaskDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;