Interface TimePeriod

All Known Implementing Classes:
MineLibArena, SimpleBukkitArena, StandaloneArena

public interface TimePeriod
The interface for dealing with time period
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Get the delay before the task runs
    long
    Get the period between task calling
  • 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