Uses of Class
net.minecraft.world.level.levelgen.presets.WorldPreset
Packages that use WorldPreset
Package
Description
-
Uses of WorldPreset in com.mojang.realmsclient.util
Constructor parameters in com.mojang.realmsclient.util with type arguments of type WorldPresetModifierConstructorDescriptionprivate
LevelType
(int p_239483_, ResourceKey<WorldPreset> p_239484_) -
Uses of WorldPreset in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection with type parameters of type WorldPresetModifier and TypeFieldDescriptionstatic final Map<Optional<ResourceKey<WorldPreset>>,
PresetEditor> PresetEditor.EDITORS
private Optional<Holder<WorldPreset>>
WorldGenSettingsComponent.preset
private CycleButton<Holder<WorldPreset>>
WorldGenSettingsComponent.typeButton
Methods in net.minecraft.client.gui.screens.worldselection that return types with arguments of type WorldPresetModifier and TypeMethodDescriptionprivate static Optional<Holder<WorldPreset>>
WorldGenSettingsComponent.findPreset
(WorldCreationContext p_233048_, Optional<ResourceKey<WorldPreset>> p_233049_) private static Optional<List<Holder<WorldPreset>>>
WorldGenSettingsComponent.getNonEmptyList
(Registry<WorldPreset> p_233060_, TagKey<WorldPreset> p_233061_) Method parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type WorldPresetModifier and TypeMethodDescriptionprivate static Component
WorldGenSettingsComponent.describePreset
(Holder<WorldPreset> p_233086_) private static Optional<Holder<WorldPreset>>
WorldGenSettingsComponent.findPreset
(WorldCreationContext p_233048_, Optional<ResourceKey<WorldPreset>> p_233049_) private static Optional<List<Holder<WorldPreset>>>
WorldGenSettingsComponent.getNonEmptyList
(Registry<WorldPreset> p_233060_, TagKey<WorldPreset> p_233061_) private static Optional<List<Holder<WorldPreset>>>
WorldGenSettingsComponent.getNonEmptyList
(Registry<WorldPreset> p_233060_, TagKey<WorldPreset> p_233061_) private static boolean
WorldGenSettingsComponent.isAmplified
(Holder<WorldPreset> p_233051_) Constructor parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type WorldPresetModifierConstructorDescriptionWorldGenSettingsComponent
(WorldCreationContext p_233011_, Optional<ResourceKey<WorldPreset>> p_233012_, OptionalLong p_233013_) -
Uses of WorldPreset in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type WorldPresetModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<WorldPreset>>
Registries.WORLD_PRESET
-
Uses of WorldPreset in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated with type parameters of type WorldPresetModifier and TypeFieldDescriptionprivate static final Map<String,
ResourceKey<WorldPreset>> DedicatedServerProperties.WorldDimensionData.LEGACY_PRESET_NAMES
-
Uses of WorldPreset in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type WorldPresetModifier and TypeFieldDescriptionstatic final TagKey<WorldPreset>
WorldPresetTags.EXTENDED
static final TagKey<WorldPreset>
WorldPresetTags.NORMAL
Methods in net.minecraft.tags that return types with arguments of type WorldPreset -
Uses of WorldPreset in net.minecraft.world.level.levelgen.presets
Fields in net.minecraft.world.level.levelgen.presets with type parameters of type WorldPresetModifier and TypeFieldDescriptionstatic final ResourceKey<WorldPreset>
WorldPresets.AMPLIFIED
static final com.mojang.serialization.Codec<Holder<WorldPreset>>
WorldPreset.CODEC
private final BootstapContext<WorldPreset>
WorldPresets.Bootstrap.context
static final ResourceKey<WorldPreset>
WorldPresets.DEBUG
static final com.mojang.serialization.Codec<WorldPreset>
WorldPreset.DIRECT_CODEC
static final ResourceKey<WorldPreset>
WorldPresets.FLAT
static final ResourceKey<WorldPreset>
WorldPresets.LARGE_BIOMES
static final ResourceKey<WorldPreset>
WorldPresets.NORMAL
static final ResourceKey<WorldPreset>
WorldPresets.SINGLE_BIOME_SURFACE
Methods in net.minecraft.world.level.levelgen.presets that return WorldPresetModifier and TypeMethodDescriptionprivate WorldPreset
WorldPresets.Bootstrap.createPresetWithCustomOverworld
(LevelStem p_226490_) Methods in net.minecraft.world.level.levelgen.presets that return types with arguments of type WorldPresetModifier and TypeMethodDescriptionstatic Optional<ResourceKey<WorldPreset>>
WorldPresets.fromSettings
(Registry<LevelStem> p_249784_) private static ResourceKey<WorldPreset>
private static com.mojang.serialization.DataResult<WorldPreset>
WorldPreset.requireOverworld
(WorldPreset p_238379_) Methods in net.minecraft.world.level.levelgen.presets with parameters of type WorldPresetModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<WorldPreset>
WorldPreset.requireOverworld
(WorldPreset p_238379_) Method parameters in net.minecraft.world.level.levelgen.presets with type arguments of type WorldPresetModifier and TypeMethodDescriptionstatic void
WorldPresets.bootstrap
(BootstapContext<WorldPreset> p_256172_) private void
WorldPresets.Bootstrap.registerCustomOverworldPreset
(ResourceKey<WorldPreset> p_256570_, LevelStem p_256269_) Constructor parameters in net.minecraft.world.level.levelgen.presets with type arguments of type WorldPresetModifierConstructorDescription(package private)
Bootstrap
(BootstapContext<WorldPreset> p_256588_)