Package com.nexomc.nexo.configs
Class ConfigsManager
-
- All Implemented Interfaces:
public final class ConfigsManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ConfigsManager.Companion
-
Field Summary
Fields Modifier and Type Field Description private final YamlConfiguration
mechanics
private final YamlConfiguration
sounds
private final YamlConfiguration
languages
private final YamlConfiguration
messages
private final ItemBuilder
ERROR_ITEM
public final static ConfigsManager.Companion
Companion
-
Constructor Summary
Constructors Constructor Description ConfigsManager(JavaPlugin plugin)
-
Method Summary
Modifier and Type Method Description final YamlConfiguration
getMechanics()
final YamlConfiguration
getSounds()
final YamlConfiguration
getLanguages()
final YamlConfiguration
getMessages()
final ItemBuilder
getERROR_ITEM()
final YamlConfiguration
settings()
final Unit
validatesConfig()
final Collection<Glyph>
parseGlyphConfigs()
final Unit
assignAllUsedCustomModelDatas()
final Unit
parseAllItemTemplates()
-
-
Method Detail
-
getMechanics
final YamlConfiguration getMechanics()
-
getSounds
final YamlConfiguration getSounds()
-
getLanguages
final YamlConfiguration getLanguages()
-
getMessages
final YamlConfiguration getMessages()
-
getERROR_ITEM
final ItemBuilder getERROR_ITEM()
-
settings
final YamlConfiguration settings()
-
validatesConfig
final Unit validatesConfig()
-
parseGlyphConfigs
final Collection<Glyph> parseGlyphConfigs()
-
assignAllUsedCustomModelDatas
final Unit assignAllUsedCustomModelDatas()
-
parseAllItemTemplates
final Unit parseAllItemTemplates()
-
-
-
-