Package net.gcnt.additionsplus.main
Class EventActions
java.lang.Object
net.gcnt.additionsplus.main.EventActions
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToEventQueue(ActionSender p, List<String> actions, List<org.bukkit.World> worlds, List<String> worldNames, List<ActionSender> everyone)
void
addToEventQueue(org.bukkit.entity.Player p, List<String> actions, List<org.bukkit.World> worlds, List<String> worldNames, List<ActionSender> everyone)
Deprecated.List<org.bukkit.entity.Player>
getTargets(String s, ActionSender sender, List<ActionSender> everyone)
void
-
Constructor Details
-
EventActions
public EventActions(int numCommands)
-
-
Method Details
-
addToEventQueue
@Deprecated public void addToEventQueue(org.bukkit.entity.Player p, List<String> actions, List<org.bukkit.World> worlds, List<String> worldNames, List<ActionSender> everyone)Deprecated. -
addToEventQueue
public void addToEventQueue(ActionSender p, List<String> actions, List<org.bukkit.World> worlds, List<String> worldNames, List<ActionSender> everyone) -
QueuedPerform
public void QueuedPerform() -
getTargets
public List<org.bukkit.entity.Player> getTargets(String s, ActionSender sender, List<ActionSender> everyone)
-