Class WaterThresholdDecoratorConfig

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

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

    • CODEC

      public static final com.mojang.serialization.Codec<WaterThresholdDecoratorConfig> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcxy;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/WaterThresholdDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
    • maxWaterDepth

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

    • WaterThresholdDecoratorConfig

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