| Class | Description |
|---|---|
| PluginAnnotationProcessor |
| Enum | Description |
|---|---|
| PluginType |
Created by JunHyung Im on 2020-08-25
|
| Annotation Type | Description |
|---|---|
| BungeePlugin |
The annotation used to specify a main class of Bungeecord plugin.
|
| NukkitPlugin |
The annotation used to specify a main class of Nukkit plugin.
|
| Plugin | Deprecated
since 2.1.0, use instead
SpigotPlugin or BungeePlugin or NukkitPlugin or PluginMain ... |
| PluginMain |
The general annotation used to specify a main class of any plugin.
|
| SpigotPlugin |
The annotation used to specify a main class of Spigot plugin.
|