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 Boolean
isFinished
private final Long
remainingTime
private final String
string
-
Method Summary
Modifier and Type Method Description final Boolean
isFinished()
final Long
getRemainingTime()
final String
getString()
final Unit
reset()
final Unit
sendToPlayer(Player player)
-
-
Method Detail
-
isFinished
final Boolean isFinished()
-
getRemainingTime
final Long getRemainingTime()
-
sendToPlayer
final Unit sendToPlayer(Player player)
-
-
-
-