Uses of Interface
io.github.projectunified.minigamecore.editor.EditorAction
Packages that use EditorAction
Package
Description
Base classes for an editor system of the minigame
Extra classes for
EditorAction
Extra classes for
Editor
-
Uses of EditorAction in io.github.projectunified.minigamecore.editor
Subinterfaces of EditorAction in io.github.projectunified.minigamecore.editorMethods in io.github.projectunified.minigamecore.editor that return types with arguments of type EditorActionModifier and TypeMethodDescriptionEditor.actions()
The map of all available actions of the editorMethods in io.github.projectunified.minigamecore.editor with parameters of type EditorActionModifier and TypeMethodDescriptionboolean
EditorActor.sendUsage
(EditorAction action) Send the usage of the action -
Uses of EditorAction in io.github.projectunified.minigamecore.editor.extra.action
Classes in io.github.projectunified.minigamecore.editor.extra.action that implement EditorActionModifier and TypeClassDescriptionclass
TheEditorAction
for boolean valueclass
EnumAction<T extends Enum<T>>
TheEditorAction
for enum valueclass
TheEditorAction
for number value -
Uses of EditorAction in io.github.projectunified.minigamecore.editor.extra.editor
Classes in io.github.projectunified.minigamecore.editor.extra.editor that implement EditorActionModifier and TypeClassDescriptionclass
ListEditor<T>
The editor that handles a listclass
ValueEditor<T>
The editor that handles a valueMethods in io.github.projectunified.minigamecore.editor.extra.editor that return types with arguments of type EditorAction