Uses of Interface
io.github.projectunified.minigamecore.editor.EditorString
Packages that use EditorString
Package
Description
Base classes for an editor system of the minigame
Extra classes for
EditorActionExtra classes for
Editor-
Uses of EditorString in io.github.projectunified.minigamecore.editor
Fields in io.github.projectunified.minigamecore.editor declared as EditorStringModifier and TypeFieldDescriptionstatic final EditorStringEditorString.EMPTYAn empty stringstatic final EditorStringEditor.INVALID_ACTIONThe string of the message when the actor executes an invalid actionstatic final EditorStringEditor.USAGEThe string of the usage of the editorMethods in io.github.projectunified.minigamecore.editor that return EditorStringModifier and TypeMethodDescriptiondefault EditorStringEditor.description()EditorAction.description()Get the description of the actionstatic EditorStringCreate aEditorStringdefault EditorStringEditor.usage()default EditorStringEditorAction.usage()Get the usage of the actionMethods in io.github.projectunified.minigamecore.editor with parameters of type EditorStringModifier and TypeMethodDescriptionvoidEditorActor.sendMessage(EditorString message, Object... args) Send a message -
Uses of EditorString in io.github.projectunified.minigamecore.editor.extra.action
Fields in io.github.projectunified.minigamecore.editor.extra.action declared as EditorStringModifier and TypeFieldDescriptionstatic final EditorStringEnumAction.INVALID_VALUEThe string of the message when the actor uses an invalid valuestatic final EditorStringNumberAction.INVALID_VALUEThe string of the message when the actor uses an invalid valuestatic final EditorStringBooleanAction.USAGEThe string of the usage of the boolean actionstatic final EditorStringEnumAction.USAGEThe string of the usage of the enum actionstatic final EditorStringNumberAction.USAGEThe string of the usage of the number actionMethods in io.github.projectunified.minigamecore.editor.extra.action that return EditorString -
Uses of EditorString in io.github.projectunified.minigamecore.editor.extra.editor
Fields in io.github.projectunified.minigamecore.editor.extra.editor declared as EditorStringModifier and TypeFieldDescriptionstatic final EditorStringListEditor.CREATE_CANNOT_CREATEThe error message when cannot create an element.static final EditorStringListEditor.CREATE_DESCRIPTIONThe description message for the "create" action.static final EditorStringListEditor.CREATE_SUCCESSThe success message for creating an element.static final EditorStringListEditor.CREATE_USAGEThe usage message for the "create" action.static final EditorStringListEditor.EDIT_CANNOT_EDITThe error message when cannot edit an element.static final EditorStringValueEditor.EDIT_CANNOT_EDITThe error message when cannot edit a value.static final EditorStringListEditor.EDIT_DESCRIPTIONThe description message for the edit action.static final EditorStringValueEditor.EDIT_DESCRIPTIONThe description message for the edit action.static final EditorStringListEditor.EDIT_INVALID_INDEXThe error message for invalid index in edit action.static final EditorStringListEditor.EDIT_OUT_OF_BOUNDSThe error message for index out of bounds in edit action.static final EditorStringListEditor.EDIT_SUCCESSThe success message for editing an element.static final EditorStringValueEditor.EDIT_SUCCESSThe success message for editing a value.static final EditorStringListEditor.EDIT_USAGEThe usage message for the edit action.static final EditorStringValueEditor.EDIT_USAGEThe usage message for the edit action.static final EditorStringListEditor.MOVE_DESCRIPTIONThe description message for the move action.static final EditorStringListEditor.MOVE_INVALID_INDEXThe error message for invalid index in move action.static final EditorStringListEditor.MOVE_INVALID_NEW_INDEXThe error message for invalid new index in move action.static final EditorStringListEditor.MOVE_NEW_OUT_OF_BOUNDSThe error message for new index out of bounds in move action.static final EditorStringListEditor.MOVE_OUT_OF_BOUNDSThe error message for index out of bounds in move action.static final EditorStringListEditor.MOVE_SUCCESSThe success message for moving an element.static final EditorStringListEditor.MOVE_USAGEThe usage message for the move action.static final EditorStringListEditor.REMOVE_DESCRIPTIONThe description message for the remove action.static final EditorStringListEditor.REMOVE_INVALID_INDEXThe error message for invalid index in remove action.static final EditorStringListEditor.REMOVE_OUT_OF_BOUNDSThe error message for index out of bounds in remove action.static final EditorStringListEditor.REMOVE_SUCCESSThe success message for removing an element.static final EditorStringListEditor.REMOVE_USAGEThe usage message for the remove action.static final EditorStringValueEditor.SET_CANNOT_CREATEThe error message when cannot create a value.static final EditorStringValueEditor.SET_DESCRIPTIONThe description message for the set action.static final EditorStringValueEditor.SET_SUCCESSThe success message for setting a value.static final EditorStringValueEditor.SET_USAGEThe usage message for the set action.Methods in io.github.projectunified.minigamecore.editor.extra.editor that return EditorStringModifier and TypeMethodDescriptionprotected EditorStringListEditor.createUsage()Get the usage of the "create" actionprotected EditorStringListEditor.editUsage()Get the usage of the "edit" actionprotected EditorStringValueEditor.editUsage()Get the usage of the "edit" actionprotected EditorStringValueEditor.setUsage()Get the usage of the set action