Uses of Interface
dev.jorel.commandapi.wrappers.NativeProxyCommandSender
Packages that use NativeProxyCommandSender
Package
Description
Classes that access the NMS framework
-
Uses of NativeProxyCommandSender in dev.jorel.commandapi.commandsenders
Classes in dev.jorel.commandapi.commandsenders that implement interfaces with type arguments of type NativeProxyCommandSenderModifier and TypeClassDescriptionclassclassMethods 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
Subinterfaces with type arguments of type NativeProxyCommandSender in dev.jorel.commandapi.executorsModifier and TypeInterfaceDescriptioninterfaceA normal command executor for a NativeProxyCommandSenderinterfaceinterfaceA resulting command executor for a NativeProxyCommandSenderinterfaceinterfaceA normal command executor for a NativeProxyCommandSenderinterfaceinterfaceA resulting command executor for a NativeProxyCommandSenderinterfaceMethods 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 -
Uses of NativeProxyCommandSender in dev.jorel.commandapi.nms
Methods in dev.jorel.commandapi.nms that return NativeProxyCommandSenderModifier and TypeMethodDescriptionNMS.createNativeProxyCommandSender(org.bukkit.command.CommandSender caller, org.bukkit.command.CommandSender callee, org.bukkit.Location location, org.bukkit.World world) -
Uses of NativeProxyCommandSender in dev.jorel.commandapi.wrappers
Methods in dev.jorel.commandapi.wrappers that return NativeProxyCommandSenderModifier and TypeMethodDescriptionstatic NativeProxyCommandSenderNativeProxyCommandSender.from(org.bukkit.command.CommandSender caller, org.bukkit.command.CommandSender callee, org.bukkit.Location location, org.bukkit.World world) Constructs a NativeProxyCommandSender, which is basically Minecraft's CommandListenerWrapper