Uses of Enum Class
studio.magemonkey.codex.util.actions.ActionCategory
Packages that use ActionCategory
Package
Description
-
Uses of ActionCategory in studio.magemonkey.codex.manager.editor.object
Methods in studio.magemonkey.codex.manager.editor.object that return ActionCategoryModifier and TypeMethodDescriptionIEditorActionsParams.getCategory()IEditorActionsParametized.getSectionType()Methods in studio.magemonkey.codex.manager.editor.object with parameters of type ActionCategoryModifier and TypeMethodDescriptionintIEditorActionsMain.ActionBuilder.addParametized(Parametized parametized, ActionCategory type) voidIEditorActionsMain.ActionBuilder.addParametizedParam(int key, ActionCategory type, Parametized parametized, String param, String value) IEditorActionsSection.getEditorParametized(ActionCategory category) IEditorActionsMain.ActionBuilder.getParametized(ActionCategory type) voidIEditorActionsMain.ActionBuilder.removeParametized(Parametized parametized, ActionCategory type, int pId) voidIEditorActionsMain.ActionBuilder.removeParametizedParam(int key, ActionCategory type, Parametized parametized, String param) Constructors in studio.magemonkey.codex.manager.editor.object with parameters of type ActionCategoryModifierConstructorDescriptionIEditorActionsParametized(P plugin, IEditorActionsSection<P> section, ActionCategory category) IEditorActionsParams(P plugin, IEditorActionsSection<P> section, ActionCategory category, Parametized parametized, int pId) -
Uses of ActionCategory in studio.magemonkey.codex.util.actions
Methods in studio.magemonkey.codex.util.actions that return ActionCategoryModifier and TypeMethodDescriptionstatic ActionCategoryReturns the enum constant of this class with the specified name.static ActionCategory[]ActionCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in studio.magemonkey.codex.util.actions with parameters of type ActionCategoryModifier and TypeMethodDescriptionCollection<? extends Parametized> ActionsManager.getParametized(ActionCategory category) ActionsManager.getParametized(ActionCategory category, String key)