Uses of Class
net.minecraft.world.gen.chunk.StrongholdConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.chunk |
-
Uses of StrongholdConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as StrongholdConfig Modifier and Type Field Description static StrongholdConfigStructuresConfig. DEFAULT_STRONGHOLDDefault placement settings for the stronghold.private @Nullable StrongholdConfigStructuresConfig. strongholdPlacement settings for the stronghold for this particular combination of settings, may be null to disable placement of strongholds.Fields in net.minecraft.world.gen.chunk with type parameters of type StrongholdConfig Modifier and Type Field Description static com.mojang.serialization.Codec<StrongholdConfig>StrongholdConfig. CODECMethods in net.minecraft.world.gen.chunk that return StrongholdConfig Modifier and Type Method Description @Nullable StrongholdConfigStructuresConfig. getStronghold()Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type StrongholdConfig Constructor Description StructuresConfig(Optional<StrongholdConfig> stronghold, Map<StructureFeature<?>,StructureConfig> structures)