| Modifier and Type | Class and Description |
|---|---|
class |
BukkitPlugin |
class |
BungeePlugin |
class |
SpongePlugin
//TODO Class Javadoc Comment
|
| Modifier and Type | Method and Description |
|---|---|
static IPlugin |
StaticHolder.getInstance(Class c) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StaticHolder.register(Class<? extends IPlugin> c,
IPlugin plugin) |
static void |
StaticHolder.register(IPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StaticHolder.register(Class<? extends IPlugin> c,
IPlugin plugin) |
static void |
StaticHolder.unRegister(Class<? extends IPlugin> c) |
| Modifier and Type | Method and Description |
|---|---|
static TreeMap<String,List<String>> |
ErrorLogger.getLoggedErrors(IPlugin plugin)
Used to get all lines for different errors in a TreeMap.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeCommand<T extends IPlugin>
Abstract class for any command that has multiple subcommands.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
TreeCommand.plugin |
| Modifier and Type | Class and Description |
|---|---|
class |
StatusCommand<T extends IPlugin>
A Default Command for displaying plugin's task, process and benchmark status.
|
| Constructor and Description |
|---|
AbsBukkitRunnable(String name,
IPlugin plugin) |
| Constructor and Description |
|---|
AbsBungeeRunnable(String name,
IPlugin plugin) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsSpongeRunnable<T extends IPlugin>
//TODO Class Javadoc Comment
|
| Constructor and Description |
|---|
AbsSpongeRunnable(String name,
IPlugin plugin) |
Copyright © 2018. All rights reserved.