Uses of Interface
com.velocitypowered.api.command.CommandInvocation
Packages that use CommandInvocation
-
Uses of CommandInvocation in com.velocitypowered.api.command
Classes in com.velocitypowered.api.command with type parameters of type CommandInvocationModifier and TypeInterfaceDescriptioninterfaceInvocableCommand<I extends CommandInvocation<?>>A command that can be executed with arbitrary arguments.Subinterfaces of CommandInvocation in com.velocitypowered.api.commandModifier and TypeInterfaceDescriptionstatic interfaceContains the invocation data for a raw command.static interfaceContains the invocation data for a simple command.