Uses of Enum Class
com.winterhavenmc.library.time.TimeUnit
Packages that use TimeUnit
-
Uses of TimeUnit in com.winterhavenmc.library.time
Methods in com.winterhavenmc.library.time that return TimeUnitModifier and TypeMethodDescriptionstatic TimeUnit
Returns the enum constant of this class with the specified name.static TimeUnit[]
TimeUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.winterhavenmc.library.time with parameters of type TimeUnitModifier and TypeMethodDescriptionfinal long
final boolean
TimeUnit.isGreaterThan
(TimeUnit timeUnit) final boolean
TimeUnit.isLessThan
(TimeUnit timeUnit)