Package me.hsgamer.minigamecore.extra
Interface TimePeriod
- All Known Implementing Classes:
MineLibArena
,SimpleBukkitArena
,StandaloneArena
public interface TimePeriod
The interface for dealing with time period
-
Method Summary
-
Method Details
-
getDelay
long getDelay()Get the delay before the task runs- Returns:
- the delay time
-
getPeriod
long getPeriod()Get the period between task calling- Returns:
- the period time
-