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.worldselection
Fields in net.minecraft.client.gui.screens.worldselection with type parameters of type PresetEditorModifier and TypeFieldDescriptionstatic final Map<Optional<ResourceKey<WorldPreset>>,
PresetEditor> PresetEditor.EDITORS
Deprecated.Methods in net.minecraft.client.gui.screens.worldselection that return PresetEditor -
Uses of PresetEditor in net.minecraftforge.client
Fields in net.minecraftforge.client with type parameters of type PresetEditorModifier and TypeFieldDescriptionprivate static Map<ResourceKey<WorldPreset>,
PresetEditor> PresetEditorManager.editors
Methods in net.minecraftforge.client that return PresetEditorModifier 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
Fields in net.minecraftforge.client.event with type parameters of type PresetEditorModifier and TypeFieldDescriptionprivate final Map<ResourceKey<WorldPreset>,
PresetEditor> RegisterPresetEditorsEvent.editors
Methods in net.minecraftforge.client.event with parameters of type PresetEditorModifier and TypeMethodDescriptionvoid
RegisterPresetEditorsEvent.register
(ResourceKey<WorldPreset> key, PresetEditor editor) Registers a PresetEditor for a given world preset key.Constructor parameters in net.minecraftforge.client.event with type arguments of type PresetEditorModifierConstructorDescription
PresetEditorManager.get(ResourceKey)
instead.