public class Plugin extends Object
| Constructor and Description |
|---|
Plugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
onDisable()
Called when a plugin is disabled
|
void |
onEnable()
Called when a plugin is enabled
|
void |
onLoad()
Called when a plugin is loaded
|
void |
onReload()
Called when the server is reloaded
|
String |
toString() |
public void onEnable()
public void onDisable()
public void onLoad()
public void onReload()
public final String getName()
Copyright © 2019 GeyserMC. All rights reserved.