Uses of Class
net.gcnt.additionsplus.api.QueuedAction
Packages that use QueuedAction
Package
Description
Provides API methods for all aspects of the AdditionsPlus project.
-
Uses of QueuedAction in net.gcnt.additionsplus.api
Methods in net.gcnt.additionsplus.api that return QueuedActionModifier 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.Methods in net.gcnt.additionsplus.api that return types with arguments of type QueuedActionModifier and TypeMethodDescriptionCustomAction.getConsumer()
Get the java consumer that is being executed when the action is being requested.Constructor parameters in net.gcnt.additionsplus.api with type arguments of type QueuedActionModifierConstructorDescriptionCustomAction(String identifier, List<String> aliases, ActionType type, boolean playersOnly, Consumer<QueuedAction> runnable)