Alarm

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 Instant value

isSet

public boolean isSet ()

Method isSet.

hasPassed

public boolean hasPassed (@Nonnull final Instant instant)

Method hasPassed.

Parameters:
@Nonnull final Instant instant