Class WaterDepthThresholdDecoratorConfig

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

public class WaterDepthThresholdDecoratorConfig extends Object implements DecoratorConfig
Mappings:
Namespace Name
official dal
intermediary net/minecraft/class_5934
named net/minecraft/world/gen/decorator/WaterDepthThresholdDecoratorConfig
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<WaterDepthThresholdDecoratorConfig> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldal;a:Lcom/mojang/serialization/Codec;
      intermediary field_29323 Lnet/minecraft/class_5934;field_29323:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/decorator/WaterDepthThresholdDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
    • maxWaterDepth

      public final int maxWaterDepth
      Mappings:
      Namespace Name Mixin selector
      official c Ldal;c:I
      intermediary field_29324 Lnet/minecraft/class_5934;field_29324:I
      named maxWaterDepth Lnet/minecraft/world/gen/decorator/WaterDepthThresholdDecoratorConfig;maxWaterDepth:I
  • Constructor Details

    • WaterDepthThresholdDecoratorConfig

      public WaterDepthThresholdDecoratorConfig(int maxWaterDepth)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldal;<init>(I)V
      intermediary <init> Lnet/minecraft/class_5934;<init>(I)V
      named <init> Lnet/minecraft/world/gen/decorator/WaterDepthThresholdDecoratorConfig;<init>(I)V