Class SurfaceRelativeThresholdDecoratorConfig

java.lang.Object
net.minecraft.world.gen.decorator.SurfaceRelativeThresholdDecoratorConfig
All Implemented Interfaces:
DecoratorConfig

public class SurfaceRelativeThresholdDecoratorConfig extends Object implements DecoratorConfig
Mappings:
Namespace Name
official dco
intermediary net/minecraft/class_6584
named net/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<SurfaceRelativeThresholdDecoratorConfig> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldco;a:Lcom/mojang/serialization/Codec;
      intermediary field_34721 Lnet/minecraft/class_6584;field_34721:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
    • heightmap

      public final Heightmap.Type heightmap
      Mappings:
      Namespace Name Mixin selector
      official c Ldco;c:Lcro$a;
      intermediary field_34722 Lnet/minecraft/class_6584;field_34722:Lnet/minecraft/class_2902$class_2903;
      named heightmap Lnet/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig;heightmap:Lnet/minecraft/world/Heightmap$Type;
    • min

      public final int min
      Mappings:
      Namespace Name Mixin selector
      official d Ldco;d:I
      intermediary field_34723 Lnet/minecraft/class_6584;field_34723:I
      named min Lnet/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig;min:I
    • max

      public final int max
      Mappings:
      Namespace Name Mixin selector
      official e Ldco;e:I
      intermediary field_34724 Lnet/minecraft/class_6584;field_34724:I
      named max Lnet/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig;max:I
  • Constructor Details

    • SurfaceRelativeThresholdDecoratorConfig

      public SurfaceRelativeThresholdDecoratorConfig(Heightmap.Type heightmap, int min, int max)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldco;<init>(Lcro$a;II)V
      intermediary <init> Lnet/minecraft/class_6584;<init>(Lnet/minecraft/class_2902$class_2903;II)V
      named <init> Lnet/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig;<init>(Lnet/minecraft/world/Heightmap$Type;II)V