Package com.nexomc.nexo.utils.timers
Class Timer
-
- All Implemented Interfaces:
public final class Timer
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisFinishedprivate final LongremainingTimeprivate final <Error class: unknown class>string
-
Method Summary
Modifier and Type Method Description final BooleanisFinished()final LonggetRemainingTime()final <Error class: unknown class>getString()final Unitreset()final UnitsendToPlayer(Player player)-
-
Method Detail
-
isFinished
final Boolean isFinished()
-
getRemainingTime
final Long getRemainingTime()
-
getString
final <Error class: unknown class> getString()
-
sendToPlayer
final Unit sendToPlayer(Player player)
-
-
-
-