public class WauzStarter
extends org.bukkit.plugin.java.JavaPlugin
Modifier and Type | Field and Description |
---|---|
private static WauzStarter |
instance
The instance of this class, that is created by the Minecraft server.
|
Constructor and Description |
---|
WauzStarter() |
Modifier and Type | Method and Description |
---|---|
static WauzStarter |
getInstance() |
void |
onEnable()
Gets called when the server is started.
1.
|
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onDisable, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString
private static WauzStarter instance
public void onEnable()
onEnable
in interface org.bukkit.plugin.Plugin
onEnable
in class org.bukkit.plugin.java.JavaPlugin
SeasonalSurvivalManager
,
WauzRestartScheduler
public static WauzStarter getInstance()