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

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

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


Constructor Summary
HitDefSub.Air()
           
 
Method Summary
 void addHittime(int i)
           
 HitDefSub.AnimType getAnimtype()
           
 HitDefSub.Cornerpush getCornerpush()
           
 int getFall()
           
 HitDefSub.AirGuard getGuard()
           
 int getHittime()
           
 int getJuggle()
           
 int getRecover()
           
 HitDefSub.Type getType()
           
 Velocity getVelocity()
           
 void setAnimtype(HitDefSub.AnimType animType)
           
 void setFall(int fall)
           
 void setHittime(int hittime)
           
 void setJuggle(int juggle)
           
 void setRecover(int recover)
           
 void setType(HitDefSub.Type type)
           
 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.Air

public HitDefSub.Air()
Method Detail

getGuard

public HitDefSub.AirGuard getGuard()

getAnimtype

public HitDefSub.AnimType getAnimtype()

setAnimtype

public void setAnimtype(HitDefSub.AnimType animType)

getFall

public int getFall()

setFall

public void setFall(int fall)

getHittime

public int getHittime()

setHittime

public void setHittime(int hittime)

getJuggle

public int getJuggle()

setJuggle

public void setJuggle(int juggle)

getType

public HitDefSub.Type getType()

setType

public void setType(HitDefSub.Type type)

getCornerpush

public HitDefSub.Cornerpush getCornerpush()

getVelocity

public Velocity getVelocity()

setVelocity

public void setVelocity(Velocity velocity)

addHittime

public void addHittime(int i)

getRecover

public int getRecover()

setRecover

public void setRecover(int recover)