public class PlayerCommandSendEvent extends PlayerEvent
Event.Resultplayer| Constructor | Description |
|---|---|
PlayerCommandSendEvent(Player player,
java.util.Collection<java.lang.String> commands) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<java.lang.String> |
getCommands() |
Returns a mutable collection of all top level commands to be sent.
|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
callEvent, getEventName, isAsynchronousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPlayerpublic PlayerCommandSendEvent(Player player, java.util.Collection<java.lang.String> commands)
public java.util.Collection<java.lang.String> getCommands()
public HandlerList getHandlers()
getHandlers in class Eventpublic static HandlerList getHandlerList()
Copyright © 2018. All rights reserved.