Uses of Enum
net.gcnt.additionsplus.main.ActionType
Packages that use ActionType
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 ActionType in net.gcnt.additionsplus.api
Methods in net.gcnt.additionsplus.api that return ActionTypeModifier and TypeMethodDescriptionCustomAction.getType()
Get the action type of this custom action.Methods in net.gcnt.additionsplus.api with parameters of type ActionTypeModifier and TypeMethodDescriptionvoid
CustomAction.setType(ActionType type)
Set the action type of this custom action.Constructors in net.gcnt.additionsplus.api with parameters of type ActionTypeModifierConstructorDescriptionCustomAction(String identifier, List<String> aliases, ActionType type, boolean playersOnly, Consumer<QueuedAction> runnable)
-
Uses of ActionType in net.gcnt.additionsplus.main
Methods in net.gcnt.additionsplus.main that return ActionTypeModifier and TypeMethodDescriptionAction.getType()
static ActionType
Returns the enum constant of this type with the specified name.static ActionType[]
ActionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.