Uses of Enum Class
org.geysermc.connector.utils.CooldownUtils.CooldownType
Packages that use CooldownUtils.CooldownType
-
Uses of CooldownUtils.CooldownType in org.geysermc.connector.utils
Fields in org.geysermc.connector.utils declared as CooldownUtils.CooldownTypeModifier and TypeFieldDescriptionstatic CooldownUtils.CooldownType[]CooldownUtils.CooldownType.VALUESMethods in org.geysermc.connector.utils that return CooldownUtils.CooldownTypeModifier and TypeMethodDescriptionstatic CooldownUtils.CooldownTypeConvert the CooldownType string (from config) to the enum, DISABLED on failstatic CooldownUtils.CooldownTypeCooldownUtils.getDefaultShowCooldown()static CooldownUtils.CooldownTypeReturns the enum constant of this class with the specified name.static CooldownUtils.CooldownType[]CooldownUtils.CooldownType.values()Returns an array containing the constants of this enum class, in the order they are declared.