Uses of Class
com.winterhavenmc.library.messagebuilder.models.language.ValidConstantRecord
Packages that use ValidConstantRecord
Package
Description
Provides interfaces and data models that represent entries from the plugin's
language YAML file.
-
Uses of ValidConstantRecord in com.winterhavenmc.library.messagebuilder.models.language
Methods in com.winterhavenmc.library.messagebuilder.models.language that return ValidConstantRecordModifier and TypeMethodDescriptionstatic ValidConstantRecordValidConstantRecord.create(ValidConstantKey key, Object value) Creates aValidConstantRecordfrom the provided string and value.