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 cysintermediary net/minecraft/class_3277named net/minecraft/world/gen/decorator/DepthAverageDecoratorConfig
-
Field Summary
Fields Modifier and Type Field Description private YOffsetbaselinestatic com.mojang.serialization.Codec<DepthAverageDecoratorConfig>CODECprivate intspreadFields inherited from interface net.minecraft.world.gen.decorator.DecoratorConfig
DEFAULT -
Constructor Summary
Constructors Constructor Description DepthAverageDecoratorConfig(YOffset baseline, int spread) -
Method Summary
Modifier and Type Method Description YOffsetgetBaseline()intgetSpread()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLcys;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
- Mappings:
Namespace Name Mixin selector official cLcys;c:Lcpe;intermediary field_28936Lnet/minecraft/class_3277;field_28936:Lnet/minecraft/class_5843;named baselineLnet/minecraft/world/gen/decorator/DepthAverageDecoratorConfig;baseline:Lnet/minecraft/world/gen/YOffset;
-
spread
private final int spread- Mappings:
Namespace Name Mixin selector official dLcys;d:Iintermediary field_14212Lnet/minecraft/class_3277;field_14212:Inamed spreadLnet/minecraft/world/gen/decorator/DepthAverageDecoratorConfig;spread:I
-
-
Constructor Details
-
DepthAverageDecoratorConfig
- Mappings:
Namespace Name Mixin selector official <init>Lcys;<init>(Lcpe;I)Vintermediary <init>Lnet/minecraft/class_3277;<init>(Lnet/minecraft/class_5843;I)Vnamed <init>Lnet/minecraft/world/gen/decorator/DepthAverageDecoratorConfig;<init>(Lnet/minecraft/world/gen/YOffset;I)V
-
-
Method Details
-
getBaseline
- Mappings:
Namespace Name Mixin selector official aLcys;a()Lcpe;intermediary method_33869Lnet/minecraft/class_3277;method_33869()Lnet/minecraft/class_5843;named getBaselineLnet/minecraft/world/gen/decorator/DepthAverageDecoratorConfig;getBaseline()Lnet/minecraft/world/gen/YOffset;
-
getSpread
public int getSpread()- Mappings:
Namespace Name Mixin selector official bLcys;b()Iintermediary method_33870Lnet/minecraft/class_3277;method_33870()Inamed getSpreadLnet/minecraft/world/gen/decorator/DepthAverageDecoratorConfig;getSpread()I
-