public class BukkitCommandIssuer extends Object implements co.aikar.commands.CommandIssuer
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
<T> T |
getIssuer() |
co.aikar.commands.CommandManager |
getManager() |
int |
hashCode() |
boolean |
hasPermission(String name) |
boolean |
isPlayer() |
void |
sendMessageInternal(String message) |
public boolean isPlayer()
isPlayer in interface co.aikar.commands.CommandIssuerpublic <T> T getIssuer()
getIssuer in interface co.aikar.commands.CommandIssuerpublic co.aikar.commands.CommandManager getManager()
getManager in interface co.aikar.commands.CommandIssuerpublic void sendMessageInternal(String message)
sendMessageInternal in interface co.aikar.commands.CommandIssuerpublic boolean hasPermission(String name)
hasPermission in interface co.aikar.commands.CommandIssuerCopyright © 2017. All rights reserved.