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 TypeInterfaceDescriptioninterface
InvocableCommand<I extends CommandInvocation<?>>
A command that can be executed with arbitrary arguments.Subinterfaces of CommandInvocation in com.velocitypowered.api.commandModifier and TypeInterfaceDescriptionstatic interface
Contains the invocation data for a raw command.static interface
Contains the invocation data for a simple command.