Uses of Interface
com.winterhavenmc.library.messagebuilder.model.language.ConstantRecord
Packages that use ConstantRecord
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 ConstantRecord in com.winterhavenmc.library.messagebuilder.model.language
Classes in com.winterhavenmc.library.messagebuilder.model.language that implement ConstantRecordModifier and TypeClassDescriptionfinal record
AConstantRecord
representing a missing or invalid constant from theCONSTANTS
section of a language YAML file.final class
A validated, immutableConstantRecord
representing a constant value loaded from theCONSTANTS
section of a language YAML file.Methods in com.winterhavenmc.library.messagebuilder.model.language that return ConstantRecordModifier and TypeMethodDescriptionstatic ConstantRecord
Factory method that attempts to create aConstantRecord
from the given value. -
Uses of ConstantRecord in com.winterhavenmc.library.messagebuilder.query
Methods in com.winterhavenmc.library.messagebuilder.query that return ConstantRecordModifier and TypeMethodDescriptionStub method until implemented