Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 376 Bytes

File metadata and controls

13 lines (9 loc) · 376 Bytes

CountdownType

Enumeration of countdown behavior types.

  • Package: com.skyblockexp.ezcountdown.api.model
  • Enum: CountdownType

Values:

  • FIXED_DATE - target is a specific date/time.
  • DURATION - runs for a fixed duration in seconds.
  • RECURRING - repeats every year on a configured month/day/time.
  • MANUAL - started and stopped manually by API/commands.