Uses of Interface
com.winterhavenmc.library.messagebuilder.models.keys.MacroKey
Packages that use MacroKey
Package
Description
Provides internal map types used in macro extraction and message formatting.
This package contains the StandardKey interface and implementations
-
Uses of MacroKey in com.winterhavenmc.library.messagebuilder.core.maps
Methods in com.winterhavenmc.library.messagebuilder.core.maps with parameters of type MacroKeyModifier and TypeMethodDescriptionRetrieves the value associated with the specifiedMacroKey, if present.<T> voidInserts a string-value pair into the map.<T> voidMacroObjectMap.putIfAbsent(MacroKey macroKey, T value) Inserts a string-value pair only if the string is not already present in the map. -
Uses of MacroKey in com.winterhavenmc.library.messagebuilder.models.keys
Classes in com.winterhavenmc.library.messagebuilder.models.keys that implement MacroKeyModifier and TypeClassDescriptionfinal recordfinal classA type that represents a validated string for a macro.Methods in com.winterhavenmc.library.messagebuilder.models.keys that return MacroKey