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
Fields in net.minecraft.core with type parameters of type WorldPresetModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<WorldPreset>>
Registry.WORLD_PRESET_REGISTRY
-
Uses of WorldPreset in net.minecraft.data
Fields in net.minecraft.data with type parameters of type WorldPresetModifier and TypeFieldDescriptionstatic final Registry<WorldPreset>
BuiltinRegistries.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.WorldGenProperties.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
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
private final Registry<WorldPreset>
WorldPresets.Bootstrap.presets
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 Holder<WorldPreset>
WorldPresets.bootstrap
(Registry<WorldPreset> p_226448_) static Optional<ResourceKey<WorldPreset>>
WorldPresets.fromSettings
(WorldGenSettings p_226446_) private static ResourceKey<WorldPreset>
private Holder<WorldPreset>
WorldPresets.Bootstrap.registerCustomOverworldPreset
(ResourceKey<WorldPreset> p_226482_, LevelStem p_226483_) private static com.mojang.serialization.DataResult<WorldPreset>
WorldPreset.requireOverworld
(WorldPreset p_238379_) WorldPresets.Bootstrap.run()
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 Holder<WorldPreset>
WorldPresets.bootstrap
(Registry<WorldPreset> p_226448_) private Holder<WorldPreset>
WorldPresets.Bootstrap.registerCustomOverworldPreset
(ResourceKey<WorldPreset> p_226482_, LevelStem p_226483_) Constructor parameters in net.minecraft.world.level.levelgen.presets with type arguments of type WorldPreset