public class Alarm extends PersistentParameter
Class Alarm. Provides alarm functionality for the Hytale server.
java.lang.Object > PersistentParameter > Alarm
Field Summary
alarmInstant
protected
Instant
alarmInstant
Field alarmInstant.
Method Detail
set0
protected
void
set0
(final Instant value)
Method set0.
- Parameters:
final Instantvalue
isSet
public
boolean
isSet
()
Method isSet.
hasPassed
public
boolean
hasPassed
(@Nonnull final Instant instant)
Method hasPassed.
- Parameters:
@Nonnull final Instantinstant