Class GameTimer

java.lang.Object
me.tomski.utils.GameTimer
All Implemented Interfaces:
Runnable

public class GameTimer extends Object implements Runnable
  • Field Details

    • ID

      public int ID
    • plugin

      public PropHunt plugin
    • damage

      public double damage
    • startingtime

      public int startingtime
    • timeleft

      public int timeleft
    • interval

      public int interval
    • GM

      public GameManager GM
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable