Uses of Interface
zombie.iso.objects.interfaces.Thumpable

Packages that use Thumpable
zombie.iso   
zombie.iso.objects   
 

Uses of Thumpable in zombie.iso
 

Methods in zombie.iso that return Thumpable
 Thumpable IsoMovingObject.getThumpTarget()
           
 

Methods in zombie.iso with parameters of type Thumpable
 void IsoMovingObject.setThumpTarget(Thumpable thumpTarget)
           
 

Uses of Thumpable in zombie.iso.objects
 

Classes in zombie.iso.objects that implement Thumpable
 class IsoBarricade
           
 class IsoCrate
           
 class IsoDoor
           
 class IsoThumpable
           
 class IsoWindow
           
 class IsoWoodenWall