Uses of Class
net.gcnt.additionsplus.main.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
Modifier and TypeMethodDescriptionQueuedAction.copy(ActionSender sender)
Copy the entire queued action but change the action sender.void
AdditionsAPI.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.void
QueuedAction.setSender(ActionSender sender)
Set the sender of the queued action.ModifierConstructorDescriptionQueuedAction(ActionSender sender, String originalActionString, CustomAction customAction)
QueuedAction(ActionSender sender, String originalActionString, Action action)
-
Uses of ActionSender in net.gcnt.additionsplus.main
Modifier and TypeMethodDescriptionvoid
EventActions.addToEventQueue(ActionSender p, List<String> actions, List<org.bukkit.World> worlds, List<String> worldNames, List<ActionSender> everyone)
static String
Utils.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 void
Utils.sendCenteredMessage(ActionSender player, String message)
Modifier and TypeMethodDescriptionList<org.bukkit.entity.Player>
EventActions.getTargets(String s, ActionSender sender, List<ActionSender> everyone)