public class SpongeCommandIssuer extends Object implements co.aikar.commands.CommandIssuer
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.spongepowered.api.command.CommandSource |
getIssuer() |
co.aikar.commands.CommandManager |
getManager() |
org.spongepowered.api.entity.living.player.Player |
getPlayer() |
int |
hashCode() |
boolean |
hasPermission(String permission) |
boolean |
isPlayer() |
void |
sendMessageInternal(String message) |
public boolean isPlayer()
isPlayer in interface co.aikar.commands.CommandIssuerpublic org.spongepowered.api.command.CommandSource getIssuer()
getIssuer in interface co.aikar.commands.CommandIssuerpublic org.spongepowered.api.entity.living.player.Player getPlayer()
public 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 permission)
hasPermission in interface co.aikar.commands.CommandIssuerCopyright © 2018. All rights reserved.