Uses of Class
net.minecraft.world.gen.WorldPreset
Packages that use WorldPreset
Package
Description
-
Uses of WorldPreset in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world with type parameters of type WorldPresetModifier and TypeFieldDescriptionprivate final @Nullable RegistryEntry
<WorldPreset> WorldCreator.WorldType.preset
The field for thepreset
record component.static final Map
<Optional<RegistryKey<WorldPreset>>, LevelScreenProvider> LevelScreenProvider.WORLD_PRESET_TO_SCREEN_PROVIDER
Methods in net.minecraft.client.gui.screen.world that return types with arguments of type WorldPresetModifier and TypeMethodDescriptionprivate static Optional
<RegistryEntry<WorldPreset>> WorldCreator.getWorldPreset
(GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> key) WorldCreator.WorldType.preset()
Returns the value of thepreset
record component.Method parameters in net.minecraft.client.gui.screen.world with type arguments of type WorldPresetModifier and TypeMethodDescriptionprivate static Optional
<RegistryEntry<WorldPreset>> WorldCreator.getWorldPreset
(GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> key) private static Optional
<List<WorldCreator.WorldType>> WorldCreator.getWorldPresetList
(Registry<WorldPreset> registry, TagKey<WorldPreset> tag) private static Optional
<List<WorldCreator.WorldType>> WorldCreator.getWorldPresetList
(Registry<WorldPreset> registry, TagKey<WorldPreset> tag) Constructor parameters in net.minecraft.client.gui.screen.world with type arguments of type WorldPresetModifierConstructorDescriptionprivate
CreateWorldScreen
(MinecraftClient client, @Nullable Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> defaultWorldType, OptionalLong seed) WorldCreator
(Path savesDirectory, GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> defaultWorldType, OptionalLong seed) WorldType
(@Nullable RegistryEntry<WorldPreset> registryEntry) -
Uses of WorldPreset in net.minecraft.client.realms.gui.screen
Constructor parameters in net.minecraft.client.realms.gui.screen with type arguments of type WorldPresetModifierConstructorDescriptionprivate
RealmsWorldGeneratorType
(int id, RegistryKey<WorldPreset> presetKey) -
Uses of WorldPreset in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type WorldPresetModifier and TypeFieldDescriptionstatic final RegistryKey
<Registry<WorldPreset>> RegistryKeys.WORLD_PRESET
-
Uses of WorldPreset in net.minecraft.registry.tag
Fields in net.minecraft.registry.tag with type parameters of type WorldPresetModifier and TypeFieldDescriptionstatic final TagKey
<WorldPreset> WorldPresetTags.EXTENDED
static final TagKey
<WorldPreset> WorldPresetTags.NORMAL
Methods in net.minecraft.registry.tag that return types with arguments of type WorldPreset -
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, RegistryKey<WorldPreset>> ServerPropertiesHandler.WorldGenProperties.LEVEL_TYPE_TO_PRESET_KEY
-
Uses of WorldPreset in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type WorldPresetModifier and TypeFieldDescriptionstatic final RegistryKey
<WorldPreset> WorldPresets.AMPLIFIED
static final com.mojang.serialization.Codec
<WorldPreset> WorldPreset.CODEC
static final RegistryKey
<WorldPreset> WorldPresets.DEBUG_ALL_BLOCK_STATES
static final RegistryKey
<WorldPreset> WorldPresets.DEFAULT
static final com.mojang.serialization.Codec
<RegistryEntry<WorldPreset>> WorldPreset.ENTRY_CODEC
static final RegistryKey
<WorldPreset> WorldPresets.FLAT
static final RegistryKey
<WorldPreset> WorldPresets.LARGE_BIOMES
private final Registerable
<WorldPreset> WorldPresets.Registrar.presetRegisterable
static final RegistryKey
<WorldPreset> WorldPresets.SINGLE_BIOME_SURFACE
Methods in net.minecraft.world.gen that return WorldPresetModifier and TypeMethodDescriptionprivate WorldPreset
WorldPresets.Registrar.createPreset
(DimensionOptions dimensionOptions) Methods in net.minecraft.world.gen that return types with arguments of type WorldPresetModifier and TypeMethodDescriptionstatic Optional
<RegistryKey<WorldPreset>> WorldPresets.getWorldPreset
(DimensionOptionsRegistryHolder registry) private static RegistryKey
<WorldPreset> private static com.mojang.serialization.DataResult
<WorldPreset> WorldPreset.validate
(WorldPreset preset) Methods in net.minecraft.world.gen with parameters of type WorldPresetModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<WorldPreset> WorldPreset.validate
(WorldPreset preset) Method parameters in net.minecraft.world.gen with type arguments of type WorldPresetModifier and TypeMethodDescriptionstatic void
WorldPresets.bootstrap
(Registerable<WorldPreset> presetRegisterable) private void
WorldPresets.Registrar.register
(RegistryKey<WorldPreset> key, DimensionOptions dimensionOptions) Constructor parameters in net.minecraft.world.gen with type arguments of type WorldPresetModifierConstructorDescription(package private)
Registrar
(Registerable<WorldPreset> presetRegisterable)