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
Editor
Helper 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 TypeClassDescriptionclass
ListEditor<T>
The editor that handles a listclass
ValueEditor<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 void
EditorStatusDisplay.appendValue
(S section, Object value, Editor<?> editor) Add value to the sectionDisplay the editor by converting the editor status to an objectprotected Object
EditorStatusDisplay.preprocessValue
(Object value, Editor<?> editor) Preprocess the editor value