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 classConfigsManager.Companion
-
Field Summary
Fields Modifier and Type Field Description private final YamlConfigurationmechanicsprivate final YamlConfigurationsoundsprivate final YamlConfigurationlanguagesprivate final YamlConfigurationmessagesprivate final ItemBuilderERROR_ITEMpublic final static ConfigsManager.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ConfigsManager(JavaPlugin plugin)
-
Method Summary
Modifier and Type Method Description final YamlConfigurationgetMechanics()final YamlConfigurationgetSounds()final YamlConfigurationgetLanguages()final YamlConfigurationgetMessages()final ItemBuildergetERROR_ITEM()final YamlConfigurationsettings()final UnitvalidatesConfig()final Collection<Glyph>parseGlyphConfigs()final UnitassignAllUsedCustomModelDatas()final UnitparseAllItemTemplates()-
-
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()
-
-
-
-