Class WaterDepthThresholdDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.WaterDepthThresholdDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
- Mappings:
Namespace Name official damintermediary net/minecraft/class_5934named net/minecraft/world/gen/decorator/WaterDepthThresholdDecoratorConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WaterDepthThresholdDecoratorConfig>final intFields inherited from interface net.minecraft.world.gen.decorator.DecoratorConfig
DEFAULT -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLdam;a:Lcom/mojang/serialization/Codec;intermediary field_29323Lnet/minecraft/class_5934;field_29323:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/decorator/WaterDepthThresholdDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
-
maxWaterDepth
public final int maxWaterDepth- Mappings:
Namespace Name Mixin selector official cLdam;c:Iintermediary field_29324Lnet/minecraft/class_5934;field_29324:Inamed maxWaterDepthLnet/minecraft/world/gen/decorator/WaterDepthThresholdDecoratorConfig;maxWaterDepth:I
-
-
Constructor Details
-
WaterDepthThresholdDecoratorConfig
public WaterDepthThresholdDecoratorConfig(int maxWaterDepth) - Mappings:
Namespace Name Mixin selector official <init>Ldam;<init>(I)Vintermediary <init>Lnet/minecraft/class_5934;<init>(I)Vnamed <init>Lnet/minecraft/world/gen/decorator/WaterDepthThresholdDecoratorConfig;<init>(I)V
-