Uses of Class
net.gcnt.additionsplus.main.ActionSender
Packages that use ActionSender
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 ActionSender in net.gcnt.additionsplus.api
Methods in net.gcnt.additionsplus.api that return ActionSenderMethods in net.gcnt.additionsplus.api with parameters of type ActionSenderModifier and TypeMethodDescriptionQueuedAction.copy(ActionSender sender)Copy the entire queued action but change the action sender.voidAdditionsAPI.performActions(ActionSender sender, List<String> actions)Perform a list of action strings for a sender.QueuedAction.placeholders(ActionSender user)Use the same queued action for a different user, and replace the placeholders for the new user.voidQueuedAction.setSender(ActionSender sender)Set the sender of the queued action.Constructors in net.gcnt.additionsplus.api with parameters of type ActionSenderModifierConstructorDescriptionQueuedAction(ActionSender sender, String originalActionString, CustomAction customAction)QueuedAction(ActionSender sender, String originalActionString, Action action) -
Uses of ActionSender in net.gcnt.additionsplus.main
Methods in net.gcnt.additionsplus.main with parameters of type ActionSenderModifier and TypeMethodDescriptionvoidEventActions.addToEventQueue(ActionSender p, List<String> actions, List<org.bukkit.World> worlds, List<String> worldNames, List<ActionSender> everyone)static StringUtils.getLanguage(ActionSender sender)List<org.bukkit.entity.Player>EventActions.getTargets(String s, ActionSender sender, List<ActionSender> everyone)Utils.parseStatics(String s, ActionSender sender)Utils.parseStatics(List<String> strings, ActionSender sender)static voidUtils.sendCenteredMessage(ActionSender player, String message)Method parameters in net.gcnt.additionsplus.main with type arguments of type ActionSenderModifier and TypeMethodDescriptionList<org.bukkit.entity.Player>EventActions.getTargets(String s, ActionSender sender, List<ActionSender> everyone)