Uses of Enum Class
valorless.havenbags.enums.TokenType
Packages that use TokenType
-
Uses of TokenType in valorless.havenbags
Methods in valorless.havenbags with parameters of type TokenTypeModifier and TypeMethodDescriptionstatic org.bukkit.inventory.ItemStack
HavenBags.CreateSkinToken
(String value, TokenType type) -
Uses of TokenType in valorless.havenbags.enums
Methods in valorless.havenbags.enums that return TokenTypeModifier and TypeMethodDescriptionstatic TokenType
Retrieves the TokenType corresponding to the given string value.static TokenType
Returns the enum constant of this class with the specified name.static TokenType[]
TokenType.values()
Returns an array containing the constants of this enum class, in the order they are declared.