Uses of Enum Class
ru.cwcode.cwutils.player.hidder.HideType
Packages that use HideType
-
Uses of HideType in ru.cwcode.cwutils.player.hidder
Methods in ru.cwcode.cwutils.player.hidder that return HideTypeModifier and TypeMethodDescriptionHideOption.getType()static HideTypeReturns the enum constant of this class with the specified name.static HideType[]HideType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ru.cwcode.cwutils.player.hidder with parameters of type HideTypeModifierConstructorDescriptionHideOption(HideType type, long expire) HideOption(HideType type, Duration duration)