Uses of Interface
me.hsgamer.hscore.config.Config
Packages that use Config
Package
Description
The config implementation for Bukkit
The config implementation for BungeeCord
Contains the base classes of the config
Contains the config's base classes
The config implementation for Configurate
The config implementation for Gson
Contains the base classes for the Dynamic Proxy Pattern of
Config
.The config implementation for SimpleYAML
The config implementation for SimplixStorage
-
Uses of Config in me.hsgamer.hscore.bukkit.config
Classes in me.hsgamer.hscore.bukkit.config that implement Config -
Uses of Config in me.hsgamer.hscore.bungeecord.config
Classes in me.hsgamer.hscore.bungeecord.config that implement Config -
Uses of Config in me.hsgamer.hscore.config
Classes in me.hsgamer.hscore.config that implement ConfigModifier and TypeClassDescriptionclass
Fields in me.hsgamer.hscore.config declared as ConfigMethods in me.hsgamer.hscore.config that return ConfigConstructors in me.hsgamer.hscore.config with parameters of type ConfigModifierConstructorDescriptionprotected
DecorativeConfig
(Config config) Create a new decorative config -
Uses of Config in me.hsgamer.hscore.config.annotated
Classes in me.hsgamer.hscore.config.annotated that implement ConfigModifier and TypeClassDescriptionclass
The annotatedConfig
, where any fields can be assigned to the config with the annotationConfigPath
.Constructors in me.hsgamer.hscore.config.annotated with parameters of type Config -
Uses of Config in me.hsgamer.hscore.config.configurate
Classes in me.hsgamer.hscore.config.configurate that implement Config -
Uses of Config in me.hsgamer.hscore.config.gson
Classes in me.hsgamer.hscore.config.gson that implement Config -
Uses of Config in me.hsgamer.hscore.config.proxy
Methods in me.hsgamer.hscore.config.proxy with parameters of type ConfigModifier and TypeMethodDescriptionstatic <T> T
ConfigGenerator.newInstance
(Class<T> clazz, Config config) Create a new mapped instance of the class from the config, also set up the configstatic <T> T
ConfigGenerator.newInstance
(Class<T> clazz, Config config, boolean setupConfig) Create a new mapped instance of the class from the configstatic <T> T
ConfigGenerator.newInstance
(Class<T> clazz, Config config, boolean setupConfig, boolean stickyValue) Create a new mapped instance of the class from the configstatic <T> T
ConfigGenerator.newInstance
(Class<T> clazz, Config config, boolean setupConfig, boolean stickyValue, boolean addDefault) Create a new mapped instance of the class from the config -
Uses of Config in me.hsgamer.hscore.config.simpleconfiguration
Classes in me.hsgamer.hscore.config.simpleconfiguration that implement ConfigModifier and TypeClassDescriptionclass
SimpleConfig<T extends org.simpleyaml.configuration.file.FileConfiguration>
TheConfig
implementation for SimpleYAML -
Uses of Config in me.hsgamer.hscore.config.simplixstorage
Classes in me.hsgamer.hscore.config.simplixstorage that implement ConfigModifier and TypeClassDescriptionclass
LightningConfig<F extends de.leonhard.storage.internal.FlatFile>
TheConfig
implementation for SimplixStorage