Uses of Record Class
com.velocitypowered.api.event.command.CommandExecuteEvent.InvocationInfo
Packages that use CommandExecuteEvent.InvocationInfo
-
Uses of CommandExecuteEvent.InvocationInfo in com.velocitypowered.api.event.command
Methods in com.velocitypowered.api.event.command that return CommandExecuteEvent.InvocationInfoModifier and TypeMethodDescriptionCommandExecuteEvent.getInvocationInfo()
Returns the info of the command invocation.Constructors in com.velocitypowered.api.event.command with parameters of type CommandExecuteEvent.InvocationInfoModifierConstructorDescriptionCommandExecuteEvent
(CommandSource commandSource, String command, CommandExecuteEvent.InvocationInfo invocationInfo) Constructs a CommandExecuteEvent.