Class SurfaceRelativeThresholdDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.SurfaceRelativeThresholdDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
- Mappings:
Namespace Name official ddnintermediary net/minecraft/class_6584named net/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SurfaceRelativeThresholdDecoratorConfig>final Heightmap.Typefinal intfinal intFields inherited from interface net.minecraft.world.gen.decorator.DecoratorConfig
DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionSurfaceRelativeThresholdDecoratorConfig(Heightmap.Type heightmap, int min, int max) -
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLddn;a:Lcom/mojang/serialization/Codec;intermediary field_34721Lnet/minecraft/class_6584;field_34721:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
-
heightmap
- Mappings:
Namespace Name Mixin selector official cLddn;c:Lcsd$a;intermediary field_34722Lnet/minecraft/class_6584;field_34722:Lnet/minecraft/class_2902$class_2903;named heightmapLnet/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig;heightmap:Lnet/minecraft/world/Heightmap$Type;
-
min
public final int min- Mappings:
Namespace Name Mixin selector official dLddn;d:Iintermediary field_34723Lnet/minecraft/class_6584;field_34723:Inamed minLnet/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig;min:I
-
max
public final int max- Mappings:
Namespace Name Mixin selector official eLddn;e:Iintermediary field_34724Lnet/minecraft/class_6584;field_34724:Inamed maxLnet/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig;max:I
-
-
Constructor Details
-
SurfaceRelativeThresholdDecoratorConfig
- Mappings:
Namespace Name Mixin selector official <init>Lddn;<init>(Lcsd$a;II)Vintermediary <init>Lnet/minecraft/class_6584;<init>(Lnet/minecraft/class_2902$class_2903;II)Vnamed <init>Lnet/minecraft/world/gen/decorator/SurfaceRelativeThresholdDecoratorConfig;<init>(Lnet/minecraft/world/Heightmap$Type;II)V
-