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