Uses of Interface
com.winterhavenmc.library.messagebuilder.models.language.ConstantRecord
Packages that use ConstantRecord
Package
Description
Provides interfaces and data models that represent entries from the plugin's
language YAML file.
-
Uses of ConstantRecord in com.winterhavenmc.library.messagebuilder.models.language
Classes in com.winterhavenmc.library.messagebuilder.models.language that implement ConstantRecordModifier and TypeClassDescriptionfinal recordAConstantRecordrepresenting a missing or invalid constant from theCONSTANTSsection of a language YAML file.final classA validated, immutableConstantRecordrepresenting a constant value loaded from theCONSTANTSsection of a language YAML file.Methods in com.winterhavenmc.library.messagebuilder.models.language that return ConstantRecordModifier and TypeMethodDescriptionstatic ConstantRecordConstantRecord.of(ValidConstantKey constantKey, Object constantEntry) Factory method that attempts to create aConstantRecordfrom the given value.