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 WorldGenSettingsDataPackReloadCookie.worldGenSettingsThe field for theworldGenSettingsrecord component.Methods in net.minecraft.client.gui.screens.worldselection that return WorldGenSettingsModifier and TypeMethodDescriptionDataPackReloadCookie.worldGenSettings()Returns the value of theworldGenSettingsrecord component.Method parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type WorldGenSettingsModifier and TypeMethodDescriptionprivate static voidCreateWorldScreen.openCreateWorldScreen(Minecraft pMinecraft, Screen pLastScreen, Function<WorldLoader.DataLoadContext, WorldGenSettings> pWorldGenSettingsGetter, WorldCreationContextMapper pCreationContextMapper, ResourceKey<WorldPreset> pPreset, CreateWorldCallback pCreateWorldCallback) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type WorldGenSettingsModifierConstructorDescriptionDataPackReloadCookie(WorldGenSettings worldGenSettings, WorldDataConfiguration dataConfiguration) Creates an instance of aDataPackReloadCookierecord 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