public class Countdown
extends java.lang.Object
CountdownManager
. Usage:
get information about the countdown.Constructor and Description |
---|
Countdown(java.lang.String name,
int seconds,
CountdownPlugin countdownPlugin) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentSeconds() |
java.lang.String |
getName() |
int |
getSeconds() |
boolean |
isPaused() |
boolean |
isRunning() |
public Countdown(java.lang.String name, int seconds, CountdownPlugin countdownPlugin)
public java.lang.String getName()
public boolean isRunning()
public boolean isPaused()
public int getSeconds()
public int getCurrentSeconds()