Uses of Interface
com.winterhavenmc.library.messagebuilder.resources.language.SectionProvider
Packages that use SectionProvider
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 SectionProvider in com.winterhavenmc.library.messagebuilder.model.language
Methods in com.winterhavenmc.library.messagebuilder.model.language with parameters of type SectionProviderModifier and TypeMethodDescription<R extends SectionRecord>
QueryHandler<R> Section.createHandler
(SectionProvider provider) Retrieve an instance of the section query handler that is bound to this enum constant from the enum map. -
Uses of SectionProvider in com.winterhavenmc.library.messagebuilder.query
Constructors in com.winterhavenmc.library.messagebuilder.query with parameters of type SectionProviderModifierConstructorDescriptionConstantQueryHandler
(SectionProvider sectionProvider) Class constructorItemQueryHandler
(SectionProvider sectionProvider) Class constructorMessageQueryHandler
(SectionProvider sectionProvider) Class constructor -
Uses of SectionProvider in com.winterhavenmc.library.messagebuilder.resources.language
Classes in com.winterhavenmc.library.messagebuilder.resources.language that implement SectionProviderMethods in com.winterhavenmc.library.messagebuilder.resources.language that return SectionProviderModifier and TypeMethodDescriptionLanguageResourceManager.getSectionProvider
(Section section) Retrieve the configuration provider, a container that carries the current configurationSectionResourceManager.getSectionProvider
(Section section)