Class CountExtraDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.CountExtraDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
- Mappings:
Namespace Name official czy
intermediary net/minecraft/class_3276
named net/minecraft/world/gen/decorator/CountExtraDecoratorConfig
-
Field Summary
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<CountExtraDecoratorConfig>
int
float
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
Lczy;a:Lcom/mojang/serialization/Codec;
intermediary field_24986
Lnet/minecraft/class_3276;field_24986:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/decorator/CountExtraDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
-
count
public final int count- Mappings:
Namespace Name Mixin selector official c
Lczy;c:I
intermediary field_14211
Lnet/minecraft/class_3276;field_14211:I
named count
Lnet/minecraft/world/gen/decorator/CountExtraDecoratorConfig;count:I
-
extraChance
public final float extraChance- Mappings:
Namespace Name Mixin selector official d
Lczy;d:F
intermediary field_14209
Lnet/minecraft/class_3276;field_14209:F
named extraChance
Lnet/minecraft/world/gen/decorator/CountExtraDecoratorConfig;extraChance:F
-
extraCount
public final int extraCount- Mappings:
Namespace Name Mixin selector official e
Lczy;e:I
intermediary field_14210
Lnet/minecraft/class_3276;field_14210:I
named extraCount
Lnet/minecraft/world/gen/decorator/CountExtraDecoratorConfig;extraCount:I
-
-
Constructor Details
-
CountExtraDecoratorConfig
public CountExtraDecoratorConfig(int count, float extraChance, int extraCount)- Mappings:
Namespace Name Mixin selector official <init>
Lczy;<init>(IFI)V
intermediary <init>
Lnet/minecraft/class_3276;<init>(IFI)V
named <init>
Lnet/minecraft/world/gen/decorator/CountExtraDecoratorConfig;<init>(IFI)V
-