Uses of Interface
dev.jorel.commandapi.commandsenders.BukkitCommandSender
Packages that use BukkitCommandSender
Package
Description
Classes that access the NMS framework
-
Uses of BukkitCommandSender in dev.jorel.commandapi
Methods in dev.jorel.commandapi that return BukkitCommandSenderModifier and TypeMethodDescriptionBukkitCommandSender<? extends org.bukkit.command.CommandSender> CommandAPIBukkit.getCommandSenderFromCommandSource(Source css) BukkitCommandSender<? extends org.bukkit.command.CommandSender> CommandAPIBukkit.getSenderForCommand(com.mojang.brigadier.context.CommandContext<Source> cmdCtx, boolean forceNative) BukkitCommandSender<? extends org.bukkit.command.CommandSender> BukkitPlatform.wrapCommandSender(org.bukkit.command.CommandSender sender) abstract BukkitCommandSender<? extends org.bukkit.command.CommandSender> CommandAPIBukkit.wrapCommandSender(org.bukkit.command.CommandSender sender) -
Uses of BukkitCommandSender in dev.jorel.commandapi.commandsenders
Classes in dev.jorel.commandapi.commandsenders that implement BukkitCommandSenderModifier and TypeClassDescriptionclassclassclassclassBukkitFeedbackForwardingCommandSender<FeedbackForwardingSender extends org.bukkit.command.CommandSender>classclassclassclass -
Uses of BukkitCommandSender in dev.jorel.commandapi.executors
Subinterfaces with type arguments of type BukkitCommandSender in dev.jorel.commandapi.executorsModifier and TypeInterfaceDescriptioninterfaceinterfaceA normal command executor for a CommandSenderinterfaceinterfaceA resulting command executor for a CommandSenderClasses in dev.jorel.commandapi.executors that implement interfaces with type arguments of type BukkitCommandSenderModifier and TypeClassDescriptionfinal recordBukkitExecutionInfo<Sender>This record represents a BukkitExecutionInfo for a command.Methods in dev.jorel.commandapi.executors that return BukkitCommandSenderModifier and TypeMethodDescriptionBukkitCommandSender<? extends Sender> BukkitExecutionInfo.senderWrapper()Returns the value of thesenderWrapperrecord component.Method parameters in dev.jorel.commandapi.executors with type arguments of type BukkitCommandSenderModifier and TypeMethodDescriptionvoidCommandExecutionInfo.run(ExecutionInfo<org.bukkit.command.CommandSender, BukkitCommandSender<? extends org.bukkit.command.CommandSender>> info) Executes the command.default voidCommandExecutor.run(ExecutionInfo<org.bukkit.command.CommandSender, BukkitCommandSender<? extends org.bukkit.command.CommandSender>> info) The code to run when this command is performedintResultingCommandExecutionInfo.run(ExecutionInfo<org.bukkit.command.CommandSender, BukkitCommandSender<? extends org.bukkit.command.CommandSender>> info) The code to run when this command is performeddefault intResultingCommandExecutor.run(ExecutionInfo<org.bukkit.command.CommandSender, BukkitCommandSender<? extends org.bukkit.command.CommandSender>> info) The code to run when this command is performedConstructors in dev.jorel.commandapi.executors with parameters of type BukkitCommandSenderModifierConstructorDescriptionBukkitExecutionInfo(Sender sender, BukkitCommandSender<? extends Sender> senderWrapper, CommandArguments args) Creates an instance of aBukkitExecutionInforecord class. -
Uses of BukkitCommandSender in dev.jorel.commandapi.nms
Methods in dev.jorel.commandapi.nms that return BukkitCommandSenderModifier and TypeMethodDescriptionBukkitCommandSender<? extends org.bukkit.command.CommandSender> BukkitCommandSender<? extends org.bukkit.command.CommandSender> NMS.getSenderForCommand(com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, boolean forceNative)