Package net.minecraft.world.gen.chunk
Class StrongholdConfig
java.lang.Object
net.minecraft.world.gen.chunk.StrongholdConfig
public class StrongholdConfig extends Object
- Mappings:
Namespace Name official csl
intermediary net/minecraft/class_5313
named net/minecraft/world/gen/chunk/StrongholdConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<StrongholdConfig>
CODEC
private int
count
private int
distance
private int
spread
-
Constructor Summary
Constructors Constructor Description StrongholdConfig(int distance, int spread, int count)
-
Method Summary
Modifier and Type Method Description int
getCount()
int
getDistance()
int
getSpread()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lcsl;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
Lcsl;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
Lcsl;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
Lcsl;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>
Lcsl;<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
Lcsl;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
Lcsl;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
Lcsl;c()I
intermediary method_28802
Lnet/minecraft/class_5313;method_28802()I
named getCount
Lnet/minecraft/world/gen/chunk/StrongholdConfig;getCount()I
-