Uses of Class
dev.jorel.commandapi.commandsenders.BukkitNativeProxyCommandSender
Packages that use BukkitNativeProxyCommandSender
-
Uses of BukkitNativeProxyCommandSender in dev.jorel.commandapi.executors
Method parameters in dev.jorel.commandapi.executors with type arguments of type BukkitNativeProxyCommandSenderModifier and TypeMethodDescriptiondefault voidNativeCommandExecutor.run(ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender> info) The code to run when this command is performedvoidNativeExecutionInfo.run(ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender> info) Executes the command.default intNativeResultingCommandExecutor.run(ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender> info) The code to run when this command is performedintNativeResultingExecutionInfo.run(ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender> info) The code to run when this command is performeddefault voidProxyCommandExecutor.run(ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender> info) Executes the command.voidProxyExecutionInfo.run(ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender> info) Executes the command.default intProxyResultingCommandExecutor.run(ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender> info) The code to run when this command is performedintProxyResultingExecutionInfo.run(ExecutionInfo<NativeProxyCommandSender, BukkitNativeProxyCommandSender> info) The code to run when this command is performed