public class PlanNukkit extends NukkitPlugin implements PlanPlugin
debugLogger, logger, reloading, runnableFactory, timings
Constructor and Description |
---|
PlanNukkit() |
Modifier and Type | Method and Description |
---|---|
com.djrapitops.plugin.command.ColorScheme |
getColorScheme() |
PlanSystem |
getSystem() |
java.lang.String |
getVersion() |
boolean |
isReloading() |
void |
onDisable()
Disables the plugin.
|
void |
onEnable() |
void |
onReload() |
getDebugLogger, getErrorHandler, getPluginLogger, getRunnableFactory, getTimings, isNewVersionAvailable, onCommand, registerCommand, registerListener, reloadPlugin, setDebugLoggers, setErrorHandlers, setReloading
getCommand, getConfig, getDataFolder, getDescription, getFile, getFullName, getLogger, getName, getPluginLoader, getResource, getServer, init, isDisabled, isEnabled, isInitialized, onLoad, reloadConfig, saveConfig, saveDefaultConfig, saveResource, saveResource, saveResource, setEnabled, setEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataFolder, getResource, isSystemEnabled
public void onEnable()
onEnable
in interface cn.nukkit.plugin.Plugin
onEnable
in interface com.djrapitops.plugin.IPlugin
onEnable
in class cn.nukkit.plugin.PluginBase
public com.djrapitops.plugin.command.ColorScheme getColorScheme()
getColorScheme
in interface PlanPlugin
public void onDisable()
onDisable
in interface cn.nukkit.plugin.Plugin
onDisable
in interface com.djrapitops.plugin.IPlugin
onDisable
in class NukkitPlugin
public java.lang.String getVersion()
getVersion
in interface com.djrapitops.plugin.IPlugin
getVersion
in class NukkitPlugin
public void onReload()
onReload
in interface com.djrapitops.plugin.IPlugin
onReload
in class NukkitPlugin
public boolean isReloading()
isReloading
in interface PlanPlugin
isReloading
in interface com.djrapitops.plugin.IPlugin
isReloading
in class NukkitPlugin
public PlanSystem getSystem()
getSystem
in interface PlanPlugin