Uses of Class
net.gcnt.additionsplus.api.QueuedAction
Package
Description
Provides API methods for all aspects of the AdditionsPlus project.
-
Uses of QueuedAction in net.gcnt.additionsplus.api
Modifier and TypeMethodDescriptionQueuedAction.copy(ActionSender sender)
Copy the entire queued action but change the action sender.QueuedAction.placeholders(ActionSender user)
Use the same queued action for a different user, and replace the placeholders for the new user.Modifier and TypeMethodDescriptionCustomAction.getConsumer()
Get the java consumer that is being executed when the action is being requested.ModifierConstructorDescriptionCustomAction(String identifier, List<String> aliases, ActionType type, boolean playersOnly, Consumer<QueuedAction> runnable)