Uses of Class
net.minecraft.world.gen.chunk.StrongholdConfig
Packages that use StrongholdConfig
-
Uses of StrongholdConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as StrongholdConfigModifier and TypeFieldDescriptionstatic final StrongholdConfig
StructuresConfig.DEFAULT_STRONGHOLD
Default placement settings for the stronghold.private final @Nullable StrongholdConfig
StructuresConfig.stronghold
Placement 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 StrongholdConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StrongholdConfig>
StrongholdConfig.CODEC
Methods in net.minecraft.world.gen.chunk that return StrongholdConfigConstructors in net.minecraft.world.gen.chunk with parameters of type StrongholdConfigModifierConstructorDescriptionprivate
StructuresConfig
(Map<StructureFeature<?>, StructureConfig> structures, @Nullable StrongholdConfig stronghold) Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type StrongholdConfigModifierConstructorDescriptionStructuresConfig
(Optional<StrongholdConfig> stronghold, Map<StructureFeature<?>, StructureConfig> structures)