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() |
@NotNull UUID |
getUniqueId() |
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.CommandIssuer@NotNull public @NotNull UUID getUniqueId()
getUniqueId 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 © 2019. All rights reserved.