Package com.velocitypowered.api.proxy
Interface ConsoleCommandSource
-
- All Superinterfaces:
Audience
,CommandSource
,PermissionSubject
,net.kyori.adventure.pointer.Pointered
public interface ConsoleCommandSource extends CommandSource
Indicates that the executor of the command is the console.
-
-
Method Summary
-
Methods inherited from interface net.kyori.adventure.audience.Audience
clearTitle, hideBossBar, openBook, openBook, playSound, playSound, playSound, resetTitle, sendActionBar, sendActionBar, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendPlayerListFooter, sendPlayerListFooter, sendPlayerListHeader, sendPlayerListHeader, sendPlayerListHeaderAndFooter, sendPlayerListHeaderAndFooter, showBossBar, showTitle, stopSound, stopSound
-
Methods inherited from interface com.velocitypowered.api.command.CommandSource
sendMessage, sendMessage
-
Methods inherited from interface com.velocitypowered.api.permission.PermissionSubject
getPermissionChecker, getPermissionValue, hasPermission
-
-