Uses of Interface
net.minecraft.client.gui.screens.worldselection.PresetEditor
Packages that use 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.worldselectionFields in net.minecraft.client.gui.screens.worldselection with type parameters of type PresetEditorModifier and TypeFieldDescriptionstatic final Map<Optional<ResourceKey<WorldPreset>>,PresetEditor> PresetEditor.EDITORSDeprecated.Methods in net.minecraft.client.gui.screens.worldselection that return PresetEditor
- 
Uses of PresetEditor in net.neoforged.neoforge.clientFields in net.neoforged.neoforge.client with type parameters of type PresetEditorModifier and TypeFieldDescriptionprivate static Map<ResourceKey<WorldPreset>,PresetEditor> PresetEditorManager.editorsMethods in net.neoforged.neoforge.client that return PresetEditorModifier and TypeMethodDescriptionstatic @Nullable PresetEditorPresetEditorManager.get(ResourceKey<WorldPreset> key) Returns the PresetEditor for the given WorldPreset key, or null if no such PresetEditor exists.
- 
Uses of PresetEditor in net.neoforged.neoforge.client.eventFields in net.neoforged.neoforge.client.event with type parameters of type PresetEditorModifier and TypeFieldDescriptionprivate final Map<ResourceKey<WorldPreset>,PresetEditor> RegisterPresetEditorsEvent.editorsMethods in net.neoforged.neoforge.client.event with parameters of type PresetEditorModifier and TypeMethodDescriptionvoidRegisterPresetEditorsEvent.register(ResourceKey<WorldPreset> key, PresetEditor editor) Registers a PresetEditor for a given world preset key.Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type PresetEditorModifierConstructorDescription
PresetEditorManager.get(ResourceKey)instead.