Uses of Interface
tech.guilhermekaua.spigotboot.commands.CommandSenderHandle
Packages that use CommandSenderHandle
Package
Description
-
Uses of CommandSenderHandle in tech.guilhermekaua.spigotboot.commands
Methods in tech.guilhermekaua.spigotboot.commands that return CommandSenderHandleModifier and TypeMethodDescriptionCommandPlatformSupport.createSender(Object nativeSender) CommandExecutionContext.getSender() -
Uses of CommandSenderHandle in tech.guilhermekaua.spigotboot.commands.execution
Methods in tech.guilhermekaua.spigotboot.commands.execution that return CommandSenderHandleMethods in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CommandSenderHandleModifier and TypeMethodDescriptionbooleanCommandDispatcher.canUseAnyRoute(CompiledRootCommand root, CommandSenderHandle sender) Returns whether the sender can use at least one route of the given root command — either the default handler or any subcommand route whose@Permissionthe sender satisfies (a route with no permission is always usable).CommandDispatcher.complete(Context context, CompiledRootCommand root, CommandSenderHandle sender, String label, String[] args) booleanCommandDispatcher.dispatch(Context context, CompiledRootCommand root, CommandSenderHandle sender, String label, String[] args) Constructors in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CommandSenderHandle