public interface Plugin extends TaskService, EventListener
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount()
Getter for the account this plugin is working for.
|
String |
name()
The public identifier/name of this plugin
|
void |
setAccount(Account account)
Setter for the account this plugin is working for.
|
load, shutdown, startvoid setAccount(Account account)
account - The account object were working forAccount getAccount()
null, this plugin is not loadedString name()
Copyright © 2019. All rights reserved.