Uses of Enum Class
com.velocitypowered.api.event.command.CommandExecuteEvent.SignedState
Packages that use CommandExecuteEvent.SignedState
-
Uses of CommandExecuteEvent.SignedState in com.velocitypowered.api.event.command
Methods in com.velocitypowered.api.event.command that return CommandExecuteEvent.SignedStateModifier and TypeMethodDescriptionCommandExecuteEvent.InvocationInfo.signedState()
Returns the value of thesignedState
record component.Returns the enum constant of this class with the specified name.static CommandExecuteEvent.SignedState[]
CommandExecuteEvent.SignedState.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.SignedStateModifierConstructorDescriptionInvocationInfo
(CommandExecuteEvent.SignedState signedState, CommandExecuteEvent.Source source) Creates an instance of aInvocationInfo
record class.