Uses of Interface
net.minecraft.client.gui.screens.worldselection.PresetEditor
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of PresetEditor in net.minecraft.client.gui.screens.worldselection
Modifier and TypeFieldDescriptionstatic final Map<Optional<ResourceKey<WorldPreset>>,
PresetEditor> PresetEditor.EDITORS
Deprecated. -
Uses of PresetEditor in net.minecraftforge.client
Modifier and TypeFieldDescriptionprivate static Map<ResourceKey<WorldPreset>,
PresetEditor> PresetEditorManager.editors
Modifier and TypeMethodDescriptionstatic @Nullable PresetEditor
PresetEditorManager.get
(ResourceKey<WorldPreset> key) Returns the PresetEditor for the given WorldPreset key, or null if no such PresetEditor exists. -
Uses of PresetEditor in net.minecraftforge.client.event
Modifier and TypeFieldDescriptionprivate final Map<ResourceKey<WorldPreset>,
PresetEditor> RegisterPresetEditorsEvent.editors
Modifier and TypeMethodDescriptionvoid
RegisterPresetEditorsEvent.register
(ResourceKey<WorldPreset> key, PresetEditor editor) Registers a PresetEditor for a given world preset key.ModifierConstructorDescription
PresetEditorManager.get(ResourceKey)
instead.