Package com.velocitypowered.api.command
Interface CommandSource
-
- All Superinterfaces:
net.kyori.adventure.audience.Audience
,PermissionSubject
- All Known Subinterfaces:
ConsoleCommandSource
,Player
public interface CommandSource extends net.kyori.adventure.audience.Audience, PermissionSubject
Represents something that can be used to run aCommand
.
-
-
Method Summary
-
Methods inherited from interface net.kyori.adventure.audience.Audience
clearTitle, hideBossBar, openBook, openBook, playSound, playSound, resetTitle, sendActionBar, sendActionBar, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendPlayerListFooter, sendPlayerListFooter, sendPlayerListHeader, sendPlayerListHeader, sendPlayerListHeaderAndFooter, sendPlayerListHeaderAndFooter, showBossBar, showTitle, stopSound
-
Methods inherited from interface com.velocitypowered.api.permission.PermissionSubject
getPermissionValue, hasPermission
-
-