Class EndGatewayDecorator

java.lang.Object
net.minecraft.world.gen.decorator.Decorator<NopeDecoratorConfig>
net.minecraft.world.gen.decorator.EndGatewayDecorator

public class EndGatewayDecorator
extends Decorator<NopeDecoratorConfig>
Mappings:
Namespace Name
official cuu
intermediary net/minecraft/class_3280
named net/minecraft/world/gen/decorator/EndGatewayDecorator
  • Constructor Details

    • EndGatewayDecorator

      public EndGatewayDecorator​(com.mojang.serialization.Codec<NopeDecoratorConfig> configCodec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcuw;<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, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos)
      Specified by:
      getPositions in class Decorator<NopeDecoratorConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lcuu;a(Lcup;Ljava/util/Random;Lcra;Lfx;)Ljava/util/stream/Stream;
      intermediary method_15924 Lnet/minecraft/class_3280;method_15924(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/EndGatewayDecorator;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;