Uses of Class
dev.jorel.commandapi.commandsenders.BukkitBlockCommandSender
Packages that use BukkitBlockCommandSender
-
Uses of BukkitBlockCommandSender in dev.jorel.commandapi.executors
Method parameters in dev.jorel.commandapi.executors with type arguments of type BukkitBlockCommandSenderModifier and TypeMethodDescriptiondefault voidCommandBlockCommandExecutor.run(ExecutionInfo<org.bukkit.command.BlockCommandSender, BukkitBlockCommandSender> info) The code to run when this command is performedvoidCommandBlockExecutionInfo.run(ExecutionInfo<org.bukkit.command.BlockCommandSender, BukkitBlockCommandSender> info) Executes the command.default intCommandBlockResultingCommandExecutor.run(ExecutionInfo<org.bukkit.command.BlockCommandSender, BukkitBlockCommandSender> info) The code to run when this command is performedintCommandBlockResultingExecutionInfo.run(ExecutionInfo<org.bukkit.command.BlockCommandSender, BukkitBlockCommandSender> info) The code to run when this command is performed