类 MittelLib
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
io.github.lijinhong11.mittellib.MittelLib
- 所有已实现的接口:
io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner,net.kyori.adventure.key.Namespaced,CommandExecutor,TabCompleter,TabExecutor,Plugin
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getLanguageManager(Plugin plugin) Get the language manager for the pluginvoidvoidonEnable()voidonLoad()从类继承的方法 org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLifecycleManager, getLogger, getPlugin, getPluginLoader, getPluginMeta, getProvidingPlugin, getResource, getServer, getTextResource, init, init, isEnabled, isNaggable, onCommand, onTabComplete, registerCommand, registerCommand, registerCommand, registerCommand, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString从类继承的方法 org.bukkit.plugin.PluginBase
equals, getName, hashCode, namespace从接口继承的方法 org.bukkit.plugin.Plugin
getComponentLogger, getDataPath, getLog4JLogger, getSLF4JLogger
-
构造器详细资料
-
MittelLib
public MittelLib()
-
-
方法详细资料
-
onLoad
public void onLoad()- 指定者:
onLoad在接口中Plugin- 覆盖:
onLoad在类中JavaPlugin
-
onEnable
public void onEnable()- 指定者:
onEnable在接口中Plugin- 覆盖:
onEnable在类中JavaPlugin
-
onDisable
public void onDisable()- 指定者:
onDisable在接口中Plugin- 覆盖:
onDisable在类中JavaPlugin
-
getLanguageManager
Get the language manager for the plugin- 参数:
plugin- the plugin- 返回:
- the language manager for the plugin
-