Uses of Record Class
net.minecraft.world.level.levelgen.WorldGenSettings
Packages that use WorldGenSettings
Package
Description
-
Uses of WorldGenSettings in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as WorldGenSettingsModifier and TypeFieldDescriptionprivate final WorldGenSettings
DataPackReloadCookie.worldGenSettings
The field for theworldGenSettings
record component.Methods in net.minecraft.client.gui.screens.worldselection that return WorldGenSettingsModifier and TypeMethodDescriptionDataPackReloadCookie.worldGenSettings()
Returns the value of theworldGenSettings
record component.Method parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type WorldGenSettingsModifier and TypeMethodDescriptionprivate static void
CreateWorldScreen.openCreateWorldScreen
(Minecraft p_372818_, Screen p_373021_, Function<WorldLoader.DataLoadContext, WorldGenSettings> p_372913_, WorldCreationContextMapper p_372864_, ResourceKey<WorldPreset> p_372962_, CreateWorldCallback p_374549_) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type WorldGenSettingsModifierConstructorDescriptionDataPackReloadCookie
(WorldGenSettings worldGenSettings, WorldDataConfiguration dataConfiguration) Creates an instance of aDataPackReloadCookie
record class.WorldCreationContext
(WorldGenSettings p_249130_, LayeredRegistryAccess<RegistryLayer> p_248513_, ReloadableServerResources p_251786_, WorldDataConfiguration p_248593_) -
Uses of WorldGenSettings in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type WorldGenSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<WorldGenSettings> WorldGenSettings.CODEC