A B C D E F G H I J K L M N O P R S T U V W X Y Z 

Z

Zombie - Class in com.jonathan.survivor.entity
 
Zombie() - Constructor for class com.jonathan.survivor.entity.Zombie
Creates a zombie whose bottom-center is at position (0, 0).
Zombie(float, float) - Constructor for class com.jonathan.survivor.entity.Zombie
Creates a zombie whose bottom-center is at position (x, y).
ZombieManager - Class in com.jonathan.survivor.managers
 
ZombieManager(World) - Constructor for class com.jonathan.survivor.managers.ZombieManager
Creates a ZombieManager which updates zombies and their AI.
ZombieRenderer - Class in com.jonathan.survivor.renderers
 
ZombieRenderer(World, SpriteBatch) - Constructor for class com.jonathan.survivor.renderers.ZombieRenderer
Accepts the World instance whose methods are called when needed, and the SpriteBatch used to draw the zombies.
A B C D E F G H I J K L M N O P R S T U V W X Y Z