KerbalAlarmClock¶
- public class KerbalAlarmClock¶
This service provides functionality to interact with Kerbal Alarm Clock.
- boolean getAvailable()¶
Whether Kerbal Alarm Clock is available.
- Alarm alarmWithName(String name)¶
Get the alarm with the given name, or
nullif no alarms have that name. If more than one alarm has the name, only returns one of them.- Parameters:
name (
String) – Name of the alarm to search for.