Uses of Class
dev.jorel.commandapi.wrappers.NativeProxyCommandSender
Packages that use NativeProxyCommandSender
-
Uses of NativeProxyCommandSender in dev.jorel.commandapi.commandsenders
Methods in dev.jorel.commandapi.commandsenders that return NativeProxyCommandSenderConstructors in dev.jorel.commandapi.commandsenders with parameters of type NativeProxyCommandSender -
Uses of NativeProxyCommandSender in dev.jorel.commandapi.executors
Methods in dev.jorel.commandapi.executors with parameters of type NativeProxyCommandSenderModifier and TypeMethodDescriptionvoidNativeCommandExecutor.run(NativeProxyCommandSender sender, CommandArguments args) The code to run when this command is performedintNativeResultingCommandExecutor.run(NativeProxyCommandSender sender, CommandArguments args) The code to run when this command is performedvoidProxyCommandExecutor.run(NativeProxyCommandSender sender, CommandArguments args) The code to run when this command is performedintProxyResultingCommandExecutor.run(NativeProxyCommandSender sender, CommandArguments args) The code to run when this command is performedMethod parameters in dev.jorel.commandapi.executors with type arguments of type NativeProxyCommandSenderModifier 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