Uses of Record Class
net.minecraft.world.level.WorldGenSettings
Packages that use WorldGenSettings
Package
Description
-
Uses of WorldGenSettings in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as WorldGenSettingsModifier and TypeFieldDescriptionprivate final WorldGenSettingsWorldCreationSettings.worldGenSettingsThe field for theworldGenSettingsrecord component.Methods in net.minecraft.client.gui.screen.world that return WorldGenSettingsModifier and TypeMethodDescriptionWorldCreationSettings.worldGenSettings()Returns the value of theworldGenSettingsrecord component.Method parameters in net.minecraft.client.gui.screen.world with type arguments of type WorldGenSettingsModifier and TypeMethodDescriptionprivate static voidCreateWorldScreen.show(MinecraftClient client, @Nullable Screen parent, Function<SaveLoading.LoadContextSupplierContext, WorldGenSettings> settingsSupplier, GeneratorOptionsFactory generatorOptionsFactory, RegistryKey<WorldPreset> presetKey, CreateWorldCallback callback) Constructors in net.minecraft.client.gui.screen.world with parameters of type WorldGenSettingsModifierConstructorDescriptionWorldCreationSettings(WorldGenSettings worldGenSettings, DataConfiguration dataConfiguration) Creates an instance of aWorldCreationSettingsrecord class. -
Uses of WorldGenSettings in net.minecraft.client.world
Constructors in net.minecraft.client.world with parameters of type WorldGenSettingsModifierConstructorDescriptionGeneratorOptionsHolder(WorldGenSettings worldGenSettings, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration) -
Uses of WorldGenSettings in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type WorldGenSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WorldGenSettings> WorldGenSettings.CODEC