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
CreateWorldScreen.DataPackReloadCookie.worldGenSettings
The field for theworldGenSettings
record component.Methods in net.minecraft.client.gui.screens.worldselection that return WorldGenSettingsModifier and TypeMethodDescriptionCreateWorldScreen.DataPackReloadCookie.worldGenSettings()
Returns the value of theworldGenSettings
record component.Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type WorldGenSettingsModifierConstructorDescription(package private)
DataPackReloadCookie
(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
-
Uses of WorldGenSettings in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return types with arguments of type WorldGenSettingsModifier and TypeMethodDescriptionprivate static <T> com.mojang.serialization.DataResult<WorldGenSettings>
LevelStorageSource.readWorldGenSettings
(com.mojang.serialization.Dynamic<T> p_251661_, com.mojang.datafixers.DataFixer p_251712_, int p_250368_)