Package de.exlll.configlib
Class ConfigLib
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
de.exlll.configlib.ConfigLib
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter,org.bukkit.command.TabExecutor,org.bukkit.plugin.Plugin
public final class ConfigLib
extends org.bukkit.plugin.java.JavaPlugin
The plugin class that loads this library and its dependencies.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final de.exlll.configlib.YamlConfigurationPropertiesAYamlConfigurationPropertiesobject that provides serializers for several Bukkit classes likeItemStackand otherConfigurationSerializabletypes. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getPluginMeta, getProvidingPlugin, getResource, getServer, getTextResource, init, init, isEnabled, isNaggable, onCommand, onDisable, onEnable, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toStringMethods inherited from class org.bukkit.plugin.PluginBase
equals, getName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bukkit.plugin.Plugin
getComponentLogger, getLog4JLogger, getSLF4JLogger
-
Field Details
-
BUKKIT_DEFAULT_PROPERTIES
public static final de.exlll.configlib.YamlConfigurationProperties BUKKIT_DEFAULT_PROPERTIESAYamlConfigurationPropertiesobject that provides serializers for several Bukkit classes likeItemStackand otherConfigurationSerializabletypes.You can configure these properties further by creating a new builder using the
toBuilder()method of this object.
-
-
Constructor Details
-
ConfigLib
public ConfigLib()
-