Uses of Enum Class
com.velocitypowered.api.event.command.CommandExecuteEvent.Source
Packages that use CommandExecuteEvent.Source
-
Uses of CommandExecuteEvent.Source in com.velocitypowered.api.event.command
Methods in com.velocitypowered.api.event.command that return CommandExecuteEvent.SourceModifier and TypeMethodDescriptionCommandExecuteEvent.InvocationInfo.source()Returns the value of thesourcerecord component.static CommandExecuteEvent.SourceReturns the enum constant of this class with the specified name.static CommandExecuteEvent.Source[]CommandExecuteEvent.Source.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.velocitypowered.api.event.command with parameters of type CommandExecuteEvent.SourceModifierConstructorDescriptionInvocationInfo(CommandExecuteEvent.SignedState signedState, CommandExecuteEvent.Source source) Creates an instance of aInvocationInforecord class.