Class DepthAverageDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.DepthAverageDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
public class DepthAverageDecoratorConfig extends Object implements DecoratorConfig
- Mappings:
Namespace Name official cuqintermediary net/minecraft/class_3277named net/minecraft/world/gen/decorator/DepthAverageDecoratorConfig
-
Field Summary
Fields Modifier and Type Field Description intbaselinestatic com.mojang.serialization.Codec<DepthAverageDecoratorConfig>CODECintspreadFields inherited from interface net.minecraft.world.gen.decorator.DecoratorConfig
DEFAULT -
Constructor Summary
Constructors Constructor Description DepthAverageDecoratorConfig(int baseline, int spread) -
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLcuq;a:Lcom/mojang/serialization/Codec;intermediary field_24982Lnet/minecraft/class_3277;field_24982:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/decorator/DepthAverageDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
-
baseline
public final int baseline- Mappings:
Namespace Name Mixin selector official cLcuq;c:Iintermediary field_14214Lnet/minecraft/class_3277;field_14214:Inamed baselineLnet/minecraft/world/gen/decorator/DepthAverageDecoratorConfig;baseline:I
-
spread
public final int spread- Mappings:
Namespace Name Mixin selector official dLcuq;d:Iintermediary field_14212Lnet/minecraft/class_3277;field_14212:Inamed spreadLnet/minecraft/world/gen/decorator/DepthAverageDecoratorConfig;spread:I
-
-
Constructor Details
-
DepthAverageDecoratorConfig
public DepthAverageDecoratorConfig(int baseline, int spread)- Mappings:
Namespace Name Mixin selector official <init>Lcuq;<init>(II)Vintermediary <init>Lnet/minecraft/class_3277;<init>(II)Vnamed <init>Lnet/minecraft/world/gen/decorator/DepthAverageDecoratorConfig;<init>(II)V
-