Uses of Enum
net.gcnt.additionsplus.main.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
Modifier and TypeMethodDescriptionCustomAction.getType()
Get the action type of this custom action.Modifier and TypeMethodDescriptionvoid
CustomAction.setType(ActionType type)
Set the action type of this custom action.ModifierConstructorDescriptionCustomAction(String identifier, List<String> aliases, ActionType type, boolean playersOnly, Consumer<QueuedAction> runnable)
-
Uses of ActionType in net.gcnt.additionsplus.main
Modifier 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.