Uses of Class
dev.jorel.commandapi.wrappers.NativeProxyCommandSender
Packages that use NativeProxyCommandSender
Package
Description
Classes relating to the different FunctionalInterfaces for command execution
-
Uses of NativeProxyCommandSender in dev.jorel.commandapi.executors
Methods in dev.jorel.commandapi.executors with parameters of type NativeProxyCommandSenderModifier and TypeMethodDescriptionvoidNativeCommandExecutor.run(NativeProxyCommandSender sender, Object[] args) The code to run when this command is performedintNativeResultingCommandExecutor.run(NativeProxyCommandSender sender, Object[] args) The code to run when this command is performedvoidProxyCommandExecutor.run(NativeProxyCommandSender sender, Object[] args) The code to run when this command is performedintProxyResultingCommandExecutor.run(NativeProxyCommandSender sender, Object[] args) The code to run when this command is performed