Class Player.TimerInv

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--Player.TimerInv
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Player

public class Player.TimerInv
extends java.util.TimerTask

small class, turns invincible back off


Constructor Summary
Player.TimerInv()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Player.TimerInv

public Player.TimerInv()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask