@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface TableProvider
Usage: @TableProvider Table method(UUID playerUUID)
Tables about players can have up to 4 columns. Tables about server can have up to 5 columns.
It is recommended to place each table on their own tab with a Tab
annotation on the same method.
Modifier and Type | Optional Element and Description |
---|---|
Color |
tableColor
Determine the color of the table header.
|
public abstract Color tableColor