Uses of Class
com.winterhavenmc.library.messagebuilder.models.keys.ValidConstantKey
Packages that use ValidConstantKey
Package
Description
This package encapsulates the handling and querying of a language resource.
This package contains the StandardKey interface and implementations
Provides interfaces and data models that represent entries from the plugin's
language YAML file.
-
Uses of ValidConstantKey in com.winterhavenmc.library.messagebuilder.adapters.resources.language
Methods in com.winterhavenmc.library.messagebuilder.adapters.resources.language with parameters of type ValidConstantKeyModifier and TypeMethodDescriptionYamlConstantRepository.getBoolean(ValidConstantKey validConstantKey) YamlConstantRepository.getInteger(ValidConstantKey validConstantKey) YamlConstantRepository.getString(ValidConstantKey validConstantKey) YamlConstantRepository.getStringList(ValidConstantKey validConstantKey) -
Uses of ValidConstantKey in com.winterhavenmc.library.messagebuilder.core.ports.resources.language
Methods in com.winterhavenmc.library.messagebuilder.core.ports.resources.language with parameters of type ValidConstantKeyModifier and TypeMethodDescriptionConstantRepository.getBoolean(ValidConstantKey key) ConstantRepository.getInteger(ValidConstantKey key) ConstantRepository.getString(ValidConstantKey key) ConstantRepository.getStringList(ValidConstantKey key) -
Uses of ValidConstantKey in com.winterhavenmc.library.messagebuilder.models.keys
Methods in com.winterhavenmc.library.messagebuilder.models.keys that return types with arguments of type ValidConstantKey -
Uses of ValidConstantKey in com.winterhavenmc.library.messagebuilder.models.language
Methods in com.winterhavenmc.library.messagebuilder.models.language that return ValidConstantKeyModifier and TypeMethodDescriptionValidConstantRecord.key()Returns the valid key associated with this record.Methods in com.winterhavenmc.library.messagebuilder.models.language with parameters of type ValidConstantKeyModifier and TypeMethodDescriptionstatic ValidConstantRecordValidConstantRecord.create(ValidConstantKey key, Object value) Creates aValidConstantRecordfrom the provided string and value.static ConstantRecordConstantRecord.of(ValidConstantKey constantKey, Object constantEntry) Factory method that attempts to create aConstantRecordfrom the given value.