Uses of Interface
me.internalizable.numdrassl.api.command.CommandSource
Packages that use CommandSource
Package
Description
-
Uses of CommandSource in me.internalizable.numdrassl.api
Methods in me.internalizable.numdrassl.api that return CommandSourceModifier and TypeMethodDescriptionProxyServer.getConsoleCommandSource()Get the console command source. -
Uses of CommandSource in me.internalizable.numdrassl.api.command
Methods in me.internalizable.numdrassl.api.command with parameters of type CommandSourceModifier and TypeMethodDescriptionCommand.execute(CommandSource source, String[] args) Execute this command.CommandManager.execute(CommandSource source, String commandLine) Execute a command as a source.CommandManager.executeAsync(CommandSource source, String commandLine) Execute a command asynchronously as a source.CommandHandler.handle(CommandSource source, String[] args) Handle a command execution.default booleanCommand.hasPermission(CommandSource source) Check if the source has permission to execute this command.Command.suggest(CommandSource source, String[] args) Get tab completions for this command. -
Uses of CommandSource in me.internalizable.numdrassl.api.player
Subinterfaces of CommandSource in me.internalizable.numdrassl.api.playerModifier and TypeInterfaceDescriptioninterfaceRepresents a player connected to the proxy.