Class WaterDepthThresholdDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.WaterDepthThresholdDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
- Mappings:
Namespace Name official dal
intermediary net/minecraft/class_5934
named net/minecraft/world/gen/decorator/WaterDepthThresholdDecoratorConfig
-
Field Summary
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<WaterDepthThresholdDecoratorConfig>
int
Fields inherited from interface net.minecraft.world.gen.decorator.DecoratorConfig
DEFAULT
-
Constructor Summary
-
Method Summary
-
Field Details
-
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
-