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

    Fields
    Modifier and Type
    Field
    Description
    static final de.exlll.configlib.YamlConfigurationProperties
    A YamlConfigurationProperties object that provides serializers for several Bukkit classes like ItemStack and other ConfigurationSerializable types.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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, toString

    Methods inherited from class org.bukkit.plugin.PluginBase

    equals, getName, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.bukkit.plugin.Plugin

    getComponentLogger, getLog4JLogger, getSLF4JLogger
  • Field Details

    • BUKKIT_DEFAULT_PROPERTIES

      public static final de.exlll.configlib.YamlConfigurationProperties BUKKIT_DEFAULT_PROPERTIES
      A YamlConfigurationProperties object that provides serializers for several Bukkit classes like ItemStack and other ConfigurationSerializable types.

      You can configure these properties further by creating a new builder using the toBuilder() method of this object.

  • Constructor Details

    • ConfigLib

      public ConfigLib()