Uses of Interface
com.winterhavenmc.library.messagebuilder.model.language.ItemRecord
Packages that use ItemRecord
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.
-
Uses of ItemRecord in com.winterhavenmc.library.messagebuilder.model.language
Classes in com.winterhavenmc.library.messagebuilder.model.language that implement ItemRecordModifier and TypeClassDescriptionfinal record
AnItemRecord
representing a missing or invalid item entry from theITEMS
section of a language YAML file.final class
A validated, immutableItemRecord
representing a localized or macro-enabled item definition loaded from theITEMS
section of a language YAML file.Methods in com.winterhavenmc.library.messagebuilder.model.language that return ItemRecordModifier and TypeMethodDescriptionstatic ItemRecord
Creates anItemRecord
from the given configuration section. -
Uses of ItemRecord in com.winterhavenmc.library.messagebuilder.query
Methods in com.winterhavenmc.library.messagebuilder.query that return ItemRecordModifier and TypeMethodDescriptionRetrieve an item record from the language file for the currently configured language.