Uses of Enum Class
valorless.havenbags.enums.TokenType
Packages that use TokenType
Package
Description
Core package for the HavenBags plugin, containing main classes,
listeners, configuration, and shared utilities.
Public API surface for interacting with HavenBags features and data.
Enumerations for configuration options and actions.
-
Uses of TokenType in valorless.havenbags
Methods in valorless.havenbags with parameters of type TokenTypeModifier and TypeMethodDescriptionstatic org.bukkit.inventory.ItemStackHavenBags.CreateSkinToken(String value, TokenType type) -
Uses of TokenType in valorless.havenbags.api
Methods in valorless.havenbags.api with parameters of type TokenTypeModifier and TypeMethodDescriptionstatic org.bukkit.inventory.ItemStackHavenBagsAPI.createToken(String value, TokenType type) Creates a skin token ItemStack for the given value and type. -
Uses of TokenType in valorless.havenbags.enums
Methods in valorless.havenbags.enums that return TokenTypeModifier and TypeMethodDescriptionstatic TokenTypeRetrieves the TokenType corresponding to the given string value.static TokenTypeReturns 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.