Uses of Enum
net.gcnt.additionsplus.main.Action
Packages that use 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
Methods in net.gcnt.additionsplus.api that return ActionConstructors in net.gcnt.additionsplus.api with parameters of type ActionModifierConstructorDescriptionQueuedAction(ActionSender sender, String originalActionString, Action action)
-
Uses of Action in net.gcnt.additionsplus.main
Methods in net.gcnt.additionsplus.main that return ActionModifier 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.Methods in net.gcnt.additionsplus.main with parameters of type ActionModifier and TypeMethodDescriptionstatic String
static String[]
Action.returnTagArguments(String s, Action tag, CustomAction customAction)