public interface ScriptPlugin
extends org.bukkit.plugin.Plugin
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getPluginClassLoader()
Get the plugin's classloader
|
Logger |
getPluginLogger()
Gets the plugin's logger
|
String |
getScriptHeader()
Gets the script header, to be applied to all scripts loaded via this plugin
|
SystemScriptLoader |
getScriptLoader()
Gets the plugins script loader
|
getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getLogger, getName, getPluginLoader, getResource, getServer, isEnabled, isNaggable, onDisable, onEnable, onLoad, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggable@Nonnull SystemScriptLoader getScriptLoader()
@Nonnull ClassLoader getPluginClassLoader()
@Nonnull Logger getPluginLogger()
Copyright © 2017. All rights reserved.