Uses of Class
dev.jorel.commandapi.commandsenders.BukkitFeedbackForwardingCommandSender
Packages that use BukkitFeedbackForwardingCommandSender
-
Uses of BukkitFeedbackForwardingCommandSender in dev.jorel.commandapi.executors
Subinterfaces with type arguments of type BukkitFeedbackForwardingCommandSender in dev.jorel.commandapi.executorsModifier and TypeInterfaceDescriptioninterfaceA normal command executor for a BlockCommandSenderinterfaceinterfaceA resulting command executor for a BlockCommandSenderinterfaceMethod parameters in dev.jorel.commandapi.executors with type arguments of type BukkitFeedbackForwardingCommandSenderModifier and TypeMethodDescriptiondefault voidFeedbackForwardingCommandExecutor.run(ExecutionInfo<org.bukkit.command.CommandSender, BukkitFeedbackForwardingCommandSender<org.bukkit.command.CommandSender>> info) The code to run when this command is performedvoidFeedbackForwardingExecutionInfo.run(ExecutionInfo<org.bukkit.command.CommandSender, BukkitFeedbackForwardingCommandSender<org.bukkit.command.CommandSender>> info) Executes the command.default intFeedbackForwardingResultingCommandExecutor.run(ExecutionInfo<org.bukkit.command.CommandSender, BukkitFeedbackForwardingCommandSender<org.bukkit.command.CommandSender>> info) The code to run when this command is performedintFeedbackForwardingResultingExecutionInfo.run(ExecutionInfo<org.bukkit.command.CommandSender, BukkitFeedbackForwardingCommandSender<org.bukkit.command.CommandSender>> info) The code to run when this command is performed