Uses of Class
zombie.iso.objects.IsoThumpable

Packages that use IsoThumpable
zombie.behaviors.survivor.orders.LittleTasks   
zombie.characters   
zombie.characters.CharacterTimedActions   
zombie.iso   
 

Uses of IsoThumpable in zombie.behaviors.survivor.orders.LittleTasks
 

Constructors in zombie.behaviors.survivor.orders.LittleTasks with parameters of type IsoThumpable
CloseDoor(IsoGameCharacter chr, IsoThumpable door)
           
 

Uses of IsoThumpable in zombie.characters
 

Methods in zombie.characters with parameters of type IsoThumpable
 void IsoGameCharacter.climbThroughWindow(IsoThumpable w)
           
 

Uses of IsoThumpable in zombie.characters.CharacterTimedActions
 

Constructors in zombie.characters.CharacterTimedActions with parameters of type IsoThumpable
BarricadeAction(IsoGameCharacter chr, IsoThumpable thump)
           
UnbarricadeAction(IsoGameCharacter chr, IsoThumpable thump)
           
 

Uses of IsoThumpable in zombie.iso
 

Methods in zombie.iso that return IsoThumpable
 IsoThumpable IsoGridSquare.AddStairs(boolean north, int level, java.lang.String sprite, se.krka.kahlua.vm.KahluaTable table)
           
 IsoThumpable IsoGridSquare.getThumpableTo(IsoGridSquare next)