Uses of Interface
me.hsgamer.hscore.config.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
-
Uses of Config in me.hsgamer.hscore.bungeecord.config
-
Uses of Config in me.hsgamer.hscore.config
Modifier and TypeClassDescriptionclass
ModifierConstructorDescriptionprotected
DecorativeConfig
(Config config) Create a new decorative config -
Uses of Config in me.hsgamer.hscore.config.annotated
Modifier and TypeClassDescriptionclass
The annotatedConfig
, where any fields can be assigned to the config with the annotationConfigPath
. -
Uses of Config in me.hsgamer.hscore.config.configurate
-
Uses of Config in me.hsgamer.hscore.config.gson
-
Uses of Config in me.hsgamer.hscore.config.proxy
Modifier 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
Modifier and TypeClassDescriptionclass
SimpleConfig<T extends org.simpleyaml.configuration.file.FileConfiguration>
TheConfig
implementation for SimpleYAML -
Uses of Config in me.hsgamer.hscore.config.simplixstorage
Modifier and TypeClassDescriptionclass
LightningConfig<F extends de.leonhard.storage.internal.FlatFile>
TheConfig
implementation for SimplixStorage