Package | Description |
---|---|
com.codelanx.codelanxlib.util |
Modifier and Type | Method and Description |
---|---|
Countdown |
Countdown.announceAt(long time,
TimeUnit unit)
Notes to make a chat-based announcement at the specified time in the
countdown
|
Countdown |
Countdown.announceAt(com.codelanx.commons.util.time.TimePoint point)
Notes to make a chat-based announcement at the specified time in the
countdown
|
Countdown |
Countdown.announceAtRange(long min,
long max,
TimeUnit unit)
Sets an announcement at every single integer point between the specified
max and min values, inclusively. |
Countdown |
Countdown.assignScoreboard(Scoreboard s)
Assigns a scoreboard to have the objective in the
DisplaySlot.SIDEBAR 's title changed in accordance to the default
format |
Countdown |
Countdown.assignScoreboard(Scoreboard s,
String format)
Assigns a scoreboard to have the objective in the
DisplaySlot.SIDEBAR 's title changed in accordance to the format
given to this specific board. |
Countdown |
Countdown.setAnnouncementFormat(String format)
Sets the format for announcement messages in the chat from this
Countdown . |
Countdown |
Countdown.setTimeFormat(String format)
Sets the format for the title of the sidebar scoreboard.
|
Copyright © 2017. All rights reserved.