Uses of Interface
io.github.projectunified.minigamecore.editor.Editor
Packages that use Editor
Package
Description
Base classes for an editor system of the minigame
Extra classes for
EditorHelper classes to display status of the
Editor-
Uses of Editor in io.github.projectunified.minigamecore.editor
Methods in io.github.projectunified.minigamecore.editor with parameters of type Editor -
Uses of Editor in io.github.projectunified.minigamecore.editor.extra.editor
Classes in io.github.projectunified.minigamecore.editor.extra.editor that implement EditorModifier and TypeClassDescriptionclassListEditor<T>The editor that handles a listclassValueEditor<T>The editor that handles a value -
Uses of Editor in io.github.projectunified.minigamecore.editor.extra.status
Methods in io.github.projectunified.minigamecore.editor.extra.status with parameters of type EditorModifier and TypeMethodDescriptionprotected abstract voidEditorStatusDisplay.appendValue(S section, Object value, Editor<?> editor) Add value to the sectionDisplay the editor by converting the editor status to an objectprotected ObjectEditorStatusDisplay.preprocessValue(Object value, Editor<?> editor) Preprocess the editor value