Package | Description |
---|---|
me.th3shad0wofdeath.countdown.api.events |
Modifier and Type | Class and Description |
---|---|
class |
CountdownCountEvent
Fired if the seconds remaining for the countdown change.
|
class |
CountdownFinishEvent
Fired if the seconds remaining hit 0;
|
class |
CountdownPauseEvent
Fired if the countdown pauses.
|
class |
CountdownResumeEvent
Fired if the countdown resumes.
|
class |
CountdownStartEvent
Fired if the countdown starts.
|
class |
CountdownStopEvent
Fired if the countdown stops.
|