Package co.aikar.commands
Class VelocityCommandIssuer
- java.lang.Object
-
- co.aikar.commands.VelocityCommandIssuer
-
- All Implemented Interfaces:
co.aikar.commands.CommandIssuer
public class VelocityCommandIssuer extends Object implements co.aikar.commands.CommandIssuer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)com.velocitypowered.api.command.CommandSourcegetIssuer()co.aikar.commands.CommandManagergetManager()com.velocitypowered.api.proxy.PlayergetPlayer()@NotNull UUIDgetUniqueId()inthashCode()booleanhasPermission(String name)booleanisPlayer()voidsendMessageInternal(String message)
-
-
-
Method Detail
-
getIssuer
public com.velocitypowered.api.command.CommandSource getIssuer()
- Specified by:
getIssuerin interfaceco.aikar.commands.CommandIssuer
-
getPlayer
public com.velocitypowered.api.proxy.Player getPlayer()
-
getManager
public co.aikar.commands.CommandManager getManager()
- Specified by:
getManagerin interfaceco.aikar.commands.CommandIssuer
-
isPlayer
public boolean isPlayer()
- Specified by:
isPlayerin interfaceco.aikar.commands.CommandIssuer
-
getUniqueId
@NotNull public @NotNull UUID getUniqueId()
- Specified by:
getUniqueIdin interfaceco.aikar.commands.CommandIssuer
-
sendMessageInternal
public void sendMessageInternal(String message)
- Specified by:
sendMessageInternalin interfaceco.aikar.commands.CommandIssuer
-
hasPermission
public boolean hasPermission(String name)
- Specified by:
hasPermissionin interfaceco.aikar.commands.CommandIssuer
-
-