Uses of Interface
dev.jorel.commandapi.commandsenders.VelocityCommandSender
Packages that use VelocityCommandSender
Package
Description
-
Uses of VelocityCommandSender in dev.jorel.commandapi
Methods in dev.jorel.commandapi that return VelocityCommandSenderModifier and TypeMethodDescriptionVelocityCommandSender<? extends com.velocitypowered.api.command.CommandSource> CommandAPIVelocity.getCommandSenderFromCommandSource(com.velocitypowered.api.command.CommandSource cs) VelocityCommandSender<? extends com.velocitypowered.api.command.CommandSource> CommandAPIVelocity.getSenderForCommand(com.mojang.brigadier.context.CommandContext<com.velocitypowered.api.command.CommandSource> cmdCtx, boolean forceNative) VelocityCommandSender<? extends com.velocitypowered.api.command.CommandSource> CommandAPIVelocity.wrapCommandSender(com.velocitypowered.api.command.CommandSource commandSource) -
Uses of VelocityCommandSender in dev.jorel.commandapi.commandsenders
Classes in dev.jorel.commandapi.commandsenders that implement VelocityCommandSender -
Uses of VelocityCommandSender in dev.jorel.commandapi.executors
Methods in dev.jorel.commandapi.executors that return VelocityCommandSenderModifier and TypeMethodDescriptionVelocityCommandSender<? extends Sender> VelocityExecutionInfo.senderWrapper()Returns the value of thesenderWrapperrecord component.Method parameters in dev.jorel.commandapi.executors with type arguments of type VelocityCommandSenderModifier and TypeMethodDescriptionvoidCommandExecutionInfo.run(ExecutionInfo<com.velocitypowered.api.command.CommandSource, VelocityCommandSender<? extends com.velocitypowered.api.command.CommandSource>> info) Executes the command.default voidCommandExecutor.run(ExecutionInfo<com.velocitypowered.api.command.CommandSource, VelocityCommandSender<? extends com.velocitypowered.api.command.CommandSource>> info) The code to run when this command is performedintResultingCommandExecutionInfo.run(ExecutionInfo<com.velocitypowered.api.command.CommandSource, VelocityCommandSender<? extends com.velocitypowered.api.command.CommandSource>> info) The code to run when this command is performeddefault intResultingCommandExecutor.run(ExecutionInfo<com.velocitypowered.api.command.CommandSource, VelocityCommandSender<? extends com.velocitypowered.api.command.CommandSource>> info) The code to run when this command is performedConstructors in dev.jorel.commandapi.executors with parameters of type VelocityCommandSenderModifierConstructorDescriptionVelocityExecutionInfo(Sender sender, VelocityCommandSender<? extends Sender> senderWrapper, CommandArguments args) Creates an instance of aVelocityExecutionInforecord class.