Package | Description |
---|---|
me.th3shad0wofdeath.countdown.api | |
me.th3shad0wofdeath.countdown.api.events |
Modifier and Type | Method and Description |
---|---|
static Countdown |
CountdownManager.getCountdown(java.lang.String name,
CountdownPlugin countdownPlugin) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Countdown> |
CountdownManager.getCountdownList(CountdownPlugin countdownPlugin) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CountdownManager.addCountdown(Countdown countdown) |
static int |
CountdownManager.pauseCountdown(Countdown countdown,
CountdownPlugin countdownPlugin) |
static int |
CountdownManager.removeCountdown(Countdown countdown,
CountdownPlugin countdownPlugin) |
static int |
CountdownManager.resumeCountdown(Countdown countdown,
CountdownPlugin countdownPlugin) |
static int |
CountdownManager.startCountdown(Countdown countdown,
CountdownPlugin countdownPlugin) |
static int |
CountdownManager.stopCountdown(Countdown countdown,
CountdownPlugin countdownPlugin) |
Modifier and Type | Method and Description |
---|---|
Countdown |
CountdownEvent.getCountdown() |
Constructor and Description |
---|
CountdownCountEvent(Countdown countdown) |
CountdownEvent(Countdown countdown) |
CountdownFinishEvent(Countdown countdown) |
CountdownPauseEvent(Countdown countdown) |
CountdownResumeEvent(Countdown countdown) |
CountdownStartEvent(Countdown countdown) |
CountdownStopEvent(Countdown countdown) |