org.lee.mugen.sprite.character.spiteCnsSubClass
Class HitDefSub.AirGuard

java.lang.Object
  extended by org.lee.mugen.sprite.character.spiteCnsSubClass.HitDefSub.AirGuard
Enclosing class:
HitDefSub

public static class HitDefSub.AirGuard
extends java.lang.Object


Constructor Summary
HitDefSub.AirGuard()
           
 
Method Summary
 void adCtrltime(int i)
           
 HitDefSub.Cornerpush getCornerpush()
           
 int getCtrltime()
           
 Velocity getVelocity()
           
 void setCtrltime(int ctrltime)
           
 void setVelocity(Velocity velocity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HitDefSub.AirGuard

public HitDefSub.AirGuard()
Method Detail

getCtrltime

public int getCtrltime()

setCtrltime

public void setCtrltime(int ctrltime)

getCornerpush

public HitDefSub.Cornerpush getCornerpush()

adCtrltime

public void adCtrltime(int i)

getVelocity

public Velocity getVelocity()

setVelocity

public void setVelocity(Velocity velocity)