Class DecoratedDecorator

java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DecoratedDecoratorConfig>
net.minecraft.world.gen.decorator.DecoratedDecorator

public class DecoratedDecorator extends Decorator<DecoratedDecoratorConfig>
Mappings:
Namespace Name
official czt
intermediary net/minecraft/class_5442
named net/minecraft/world/gen/decorator/DecoratedDecorator
  • Constructor Details

    • DecoratedDecorator

      public DecoratedDecorator(com.mojang.serialization.Codec<DecoratedDecoratorConfig> 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, DecoratedDecoratorConfig decoratedDecoratorConfig, BlockPos blockPos)
      Specified by:
      getPositions in class Decorator<DecoratedDecoratorConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lczt;a(Lczv;Ljava/util/Random;Lczu;Lgg;)Ljava/util/stream/Stream;
      intermediary method_30454 Lnet/minecraft/class_5442;method_30454(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_5443;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;
      named getPositions Lnet/minecraft/world/gen/decorator/DecoratedDecorator;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/DecoratedDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;