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
EditorActionExtra 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 TypeMethodDescriptionvoidEditorActor.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 TypeClassDescriptionclassTheEditorActionfor boolean valueclassEnumAction<T extends Enum<T>>TheEditorActionfor enum valueclassTheEditorActionfor 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 TypeClassDescriptionclassListEditor<T>The editor that handles a listclassValueEditor<T>The editor that handles a valueMethods in io.github.projectunified.minigamecore.editor.extra.editor that return types with arguments of type EditorAction