Uses of Class
org.lee.mugen.sprite.character.spiteCnsSubClass.HitDefSub.Sound

Packages that use HitDefSub.Sound
org.lee.mugen.sprite.character.spiteCnsSubClass   
org.lee.mugen.sprite.entity   
 

Uses of HitDefSub.Sound in org.lee.mugen.sprite.character.spiteCnsSubClass
 

Methods in org.lee.mugen.sprite.character.spiteCnsSubClass that return HitDefSub.Sound
 HitDefSub.Sound HitDefSub.getGuardsound()
           
 HitDefSub.Sound HitDefSub.getHitsound()
           
 

Methods in org.lee.mugen.sprite.character.spiteCnsSubClass with parameters of type HitDefSub.Sound
static void HitDefSub.Sound.setSound(HitDefSub.Sound hitsound, java.lang.Object... params)
           
 

Uses of HitDefSub.Sound in org.lee.mugen.sprite.entity
 

Methods in org.lee.mugen.sprite.entity that return HitDefSub.Sound
 HitDefSub.Sound SuperpauseSub.getSound()
           
 

Methods in org.lee.mugen.sprite.entity with parameters of type HitDefSub.Sound
 void SuperpauseSub.setSound(HitDefSub.Sound sound)