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 Stringstring
-
Method Summary
Modifier and Type Method Description final BooleanisFinished()final LonggetRemainingTime()final StringgetString()final Unitreset()final UnitsendToPlayer(Player player)-
-
Method Detail
-
isFinished
final Boolean isFinished()
-
getRemainingTime
final Long getRemainingTime()
-
sendToPlayer
final Unit sendToPlayer(Player player)
-
-
-
-