Uses of Enum Class
com.winterhavenmc.library.messagebuilder.model.language.Section
Packages that use Section
Package
Description
Provides interfaces and data models that represent entries from the plugin's
language YAML file.
This package contains the QueryHandler interface and implementations for the language file sections.
This package encapsulates the handling and querying of a language resource.
-
Uses of Section in com.winterhavenmc.library.messagebuilder.model.language
Methods in com.winterhavenmc.library.messagebuilder.model.language that return Section -
Uses of Section in com.winterhavenmc.library.messagebuilder.query
Methods in com.winterhavenmc.library.messagebuilder.query with parameters of type SectionModifier and TypeMethodDescription<R extends SectionRecord>
QueryHandler<R> QueryHandlerFactory.getQueryHandler
(Section section) Retrieve query handler for section -
Uses of Section in com.winterhavenmc.library.messagebuilder.resources.language
Methods in com.winterhavenmc.library.messagebuilder.resources.language with parameters of type SectionModifier and TypeMethodDescriptionLanguageResourceManager.getSectionProvider
(Section section) Retrieve the configuration provider, a container that carries the current configurationSectionResourceManager.getSectionProvider
(Section section) Constructors in com.winterhavenmc.library.messagebuilder.resources.language with parameters of type SectionModifierConstructorDescriptionLanguageSectionProvider
(Supplier<org.bukkit.configuration.Configuration> configSupplier, Section section)