CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.annotations.arguments.Primitive Interface Reference

Tells the annotation processor that this primitive argument's casting type is. More...

Public Member Functions

String[] value ()
 

Detailed Description

Tells the annotation processor that this primitive argument's casting type is.

Member Function Documentation

◆ value()

String[] dev.jorel.commandapi.annotations.arguments.Primitive.value ( )
Returns
The class or classes that this argument represents. This should be fully qualified (with dots) and include any generics (also fully qualified)