java.lang.Object
java.util.TimerTask
com.pixelmonmod.pixelmon.client.gui.battles.tasks.AFKTask
All Implemented Interfaces:
Runnable

public class AFKTask extends TimerTask
Timer for the AFK handler.
  • Constructor Details

    • AFKTask

      public AFKTask(ClientBattleManager bm)
      Initializes the AFK task.
      Parameters:
      bm - The battle manager that the AFK handler is in.
  • Method Details