org.lee.mugen.sprite.character.spiteCnsSubClass
Class NotHitBySub

java.lang.Object
  extended by org.lee.mugen.sprite.character.spiteCnsSubClass.NotHitBySub
All Implemented Interfaces:
java.lang.Cloneable

public class NotHitBySub
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
NotHitBySub()
           
 
Method Summary
 java.lang.Object clone()
           
 int getTime()
           
 int getValue()
           
 int getValue2()
           
 void setTime(int time)
           
 void setValue(int value)
           
 void setValue2(int value2)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotHitBySub

public NotHitBySub()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

getTime

public int getTime()

setTime

public void setTime(int time)

getValue

public int getValue()

setValue

public void setValue(int value)

getValue2

public int getValue2()

setValue2

public void setValue2(int value2)