Package net.minecraft

Class class_5858<DC extends DecoratorConfig>

Direct Known Subclasses:
class_5849, class_5850, DepthAverageDecorator, EndGatewayDecorator, Spread32AboveDecorator

public abstract class class_5858<DC extends DecoratorConfig>
extends Decorator<DC>
Mappings:
Namespace Name
official cwo
intermediary net/minecraft/class_5858
named net/minecraft/class_5858
  • Constructor Details

    • class_5858

      public class_5858​(com.mojang.serialization.Codec<DC> configCodec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcvx;<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

    • method_33875

      protected abstract int method_33875​(DecoratorContext decoratorContext, Random random, DC dC, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lcwo;a(Lcvs;Ljava/util/Random;Lcrn;I)I
      intermediary method_33875 Lnet/minecraft/class_5858;method_33875(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_2998;I)I
      named method_33875 Lnet/minecraft/class_5858;method_33875(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/DecoratorConfig;I)I
    • getPositions

      public final Stream<BlockPos> getPositions​(DecoratorContext context, Random random, DC config, BlockPos pos)
      Specified by:
      getPositions in class Decorator<DC extends DecoratorConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lcvx;a(Lcvs;Ljava/util/Random;Lcrn;Lfx;)Ljava/util/stream/Stream;
      intermediary method_14452 Lnet/minecraft/class_3284;method_14452(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_2998;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;
      named getPositions Lnet/minecraft/world/gen/decorator/Decorator;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/DecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;