Uses of Class
net.gcnt.additionsplus.api.CustomAction
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 CustomAction in net.gcnt.additionsplus.api
Modifier and TypeMethodDescriptionQueuedAction.getCustomAction()
Get the Custom Action that has been queued.Modifier and TypeMethodDescriptionAdditionsAPI.getCustomActions()
Get a list of registered custom actions.Modifier and TypeMethodDescriptionboolean
AdditionsAPI.registerCustomAction(CustomAction customAction)
Register a custom action which will be usable in every EventActions call on the server.ModifierConstructorDescriptionQueuedAction(ActionSender sender, String originalActionString, CustomAction customAction)
-
Uses of CustomAction in net.gcnt.additionsplus.main
Modifier and TypeMethodDescriptionstatic String[]
Action.returnTagArguments(String s, Action tag, CustomAction customAction)