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;
    • field_34722

      public final Heightmap.Type field_34722
      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 field_34722 Lnet/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig;field_34722:Lnet/minecraft/world/Heightmap$Type;
    • field_34723

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

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

    • SurfaceRelativeThresholdDecoratorConfig

      public SurfaceRelativeThresholdDecoratorConfig(Heightmap.Type type, int int2, int int3)