Package net.minecraft.world.gen.chunk
Class StrongholdConfig
java.lang.Object
net.minecraft.world.gen.chunk.StrongholdConfig
- Mappings:
Namespace Name official cwk
intermediary net/minecraft/class_5313
named net/minecraft/world/gen/chunk/StrongholdConfig
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StrongholdConfig>
private final int
private final int
private final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lcwk;a:Lcom/mojang/serialization/Codec;
intermediary field_24913
Lnet/minecraft/class_5313;field_24913:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/chunk/StrongholdConfig;CODEC:Lcom/mojang/serialization/Codec;
-
distance
private final int distance- Mappings:
Namespace Name Mixin selector official b
Lcwk;b:I
intermediary field_24914
Lnet/minecraft/class_5313;field_24914:I
named distance
Lnet/minecraft/world/gen/chunk/StrongholdConfig;distance:I
-
spread
private final int spread- Mappings:
Namespace Name Mixin selector official c
Lcwk;c:I
intermediary field_24915
Lnet/minecraft/class_5313;field_24915:I
named spread
Lnet/minecraft/world/gen/chunk/StrongholdConfig;spread:I
-
count
private final int count- Mappings:
Namespace Name Mixin selector official d
Lcwk;d:I
intermediary field_24916
Lnet/minecraft/class_5313;field_24916:I
named count
Lnet/minecraft/world/gen/chunk/StrongholdConfig;count:I
-
-
Constructor Details
-
StrongholdConfig
public StrongholdConfig(int distance, int spread, int count) - Mappings:
Namespace Name Mixin selector official <init>
Lcwk;<init>(III)V
intermediary <init>
Lnet/minecraft/class_5313;<init>(III)V
named <init>
Lnet/minecraft/world/gen/chunk/StrongholdConfig;<init>(III)V
-
-
Method Details
-
getDistance
public int getDistance()- Mappings:
Namespace Name Mixin selector official a
Lcwk;a()I
intermediary method_28799
Lnet/minecraft/class_5313;method_28799()I
named getDistance
Lnet/minecraft/world/gen/chunk/StrongholdConfig;getDistance()I
-
getSpread
public int getSpread()- Mappings:
Namespace Name Mixin selector official b
Lcwk;b()I
intermediary method_28801
Lnet/minecraft/class_5313;method_28801()I
named getSpread
Lnet/minecraft/world/gen/chunk/StrongholdConfig;getSpread()I
-
getCount
public int getCount()- Mappings:
Namespace Name Mixin selector official c
Lcwk;c()I
intermediary method_28802
Lnet/minecraft/class_5313;method_28802()I
named getCount
Lnet/minecraft/world/gen/chunk/StrongholdConfig;getCount()I
-