Class DescriptionPlugin
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
xyz.janboerman.scalaloader.paper.plugin.description.DescriptionPlugin
- All Implemented Interfaces:
- CommandExecutor,- TabCompleter,- TabExecutor,- Plugin,- IScalaPlugin
Special plugin instance to obtain your plugin's description. Internal use only.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedprotectedDescriptionPlugin(ScalaPluginDescription description) 
- 
Method SummaryModifier and TypeMethodDescriptionGet the configuration file of this ScalaPlugin.Get the version of Scala declared by this plugin.Get the Server's event bus.Get the prefix of this plugin, used for logging.Get the Scala Release cycle associated with this pluginGet the version of Scala used by this plugin.Methods inherited from class org.bukkit.plugin.java.JavaPlugingetClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onDisable, onEnable, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toStringMethods inherited from class org.bukkit.plugin.PluginBaseequals, getName, hashCodeMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bukkit.command.CommandExecutoronCommandMethods inherited from interface xyz.janboerman.scalaloader.compat.IScalaPluginclassLoader, getName, pluginLoaderMethods inherited from interface org.bukkit.plugin.PlugingetConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getPluginLoader, getResource, getServer, isEnabled, isNaggable, onDisable, onEnable, onLoad, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggableMethods inherited from interface org.bukkit.command.TabCompleteronTabComplete
- 
Constructor Details- 
DescriptionPlugin
- 
DescriptionPluginprotected DescriptionPlugin()
 
- 
- 
Method Details- 
getScalaDescription
- 
getLogger- Specified by:
- getLoggerin interface- Plugin
- Overrides:
- getLoggerin class- JavaPlugin
 
- 
getConfigFileDescription copied from interface:IScalaPluginGet the configuration file of this ScalaPlugin.- Specified by:
- getConfigFilein interface- IScalaPlugin
- Returns:
- the configuration file
 
- 
getEventBusDescription copied from interface:IScalaPluginGet the Server's event bus.- Specified by:
- getEventBusin interface- IScalaPlugin
- Returns:
- the event bus
 
- 
getScalaVersionDescription copied from interface:IScalaPluginGet the version of Scala used by this plugin.- Specified by:
- getScalaVersionin interface- IScalaPlugin
- Returns:
- the scala version
 
- 
getScalaReleaseDescription copied from interface:IScalaPluginGet the Scala Release cycle associated with this plugin- Specified by:
- getScalaReleasein interface- IScalaPlugin
- Returns:
- the scala release
 
- 
getDeclaredScalaVersionDescription copied from interface:IScalaPluginGet the version of Scala declared by this plugin.- Specified by:
- getDeclaredScalaVersionin interface- IScalaPlugin
- Returns:
- the declared scala version
 
- 
getPrefixDescription copied from interface:IScalaPluginGet the prefix of this plugin, used for logging.- Specified by:
- getPrefixin interface- IScalaPlugin
- Returns:
- the prefix
 
- 
descriptionClassLoader
 
-