Uses of Enum Class
com.winterhavenmc.library.messagebuilder.models.keys.InvalidKeyReason
Packages that use InvalidKeyReason
Package
Description
This package contains the StandardKey interface and implementations
-
Uses of InvalidKeyReason in com.winterhavenmc.library.messagebuilder.models.keys
Methods in com.winterhavenmc.library.messagebuilder.models.keys that return InvalidKeyReasonModifier and TypeMethodDescriptionInvalidConstantKey.reason()Returns the value of thereasonrecord component.InvalidItemKey.reason()Returns the value of thereasonrecord component.InvalidMessageKey.reason()Returns the value of thereasonrecord component.InvalidKey.Reason()Returns the value of theReasonrecord component.static InvalidKeyReasonReturns the enum constant of this class with the specified name.static InvalidKeyReason[]InvalidKeyReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.winterhavenmc.library.messagebuilder.models.keys with parameters of type InvalidKeyReasonModifierConstructorDescriptionInvalidConstantKey(String string, InvalidKeyReason reason) Creates an instance of aInvalidConstantKeyrecord class.InvalidItemKey(String string, InvalidKeyReason reason) Creates an instance of aInvalidItemKeyrecord class.InvalidKey(String string, InvalidKeyReason Reason) Creates an instance of aInvalidKeyrecord class.InvalidMessageKey(String string, InvalidKeyReason reason) Creates an instance of aInvalidMessageKeyrecord class.