Uses of Enum
net.gcnt.additionsplus.main.Action
Package
Description
Provides API methods for all aspects of the AdditionsPlus project.
Folder containing the main aspects of the plugin, such as Actions.
-
Uses of Action in net.gcnt.additionsplus.api
ModifierConstructorDescriptionQueuedAction(ActionSender sender, String originalActionString, Action action)
-
Uses of Action in net.gcnt.additionsplus.main
Modifier and TypeMethodDescriptionstatic Action
Action.getBaseAction(String actionString)
static Action
Returns the enum constant of this type with the specified name.static Action[]
Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
static String[]
Action.returnTagArguments(String s, Action tag, CustomAction customAction)