|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IsoZombie | |
---|---|
zombie | |
zombie.characters | |
zombie.characters.BodyDamage | |
zombie.iso |
Uses of IsoZombie in zombie |
---|
Fields in zombie with type parameters of type IsoZombie | |
---|---|
java.util.Stack<IsoZombie> |
VirtualZombieManager.ReusableZombies
|
java.util.ArrayList<IsoZombie> |
VirtualZombieManager.VirtualizedThisFrame
|
Methods in zombie that return IsoZombie | |
---|---|
IsoZombie |
VirtualZombieManager.createRealZombie(float x,
float y,
float z)
|
IsoZombie |
VirtualZombieManager.createRealZombieNow(float x,
float y,
float z)
|
Methods in zombie with parameters of type IsoZombie | |
---|---|
WorldSoundManager.WorldSound |
WorldSoundManager.getBiggestSoundZomb(int x,
int y,
int z,
boolean ignoreBySameType,
IsoZombie zom)
|
void |
VirtualZombieManager.RemoveZombie(IsoZombie obj)
|
Uses of IsoZombie in zombie.characters |
---|
Fields in zombie.characters declared as IsoZombie | |
---|---|
IsoZombie |
ZombieGroup.Leader
|
IsoZombie[] |
ZombieGroup.zombies
|
Uses of IsoZombie in zombie.characters.BodyDamage |
---|
Methods in zombie.characters.BodyDamage with parameters of type IsoZombie | |
---|---|
void |
BodyDamage.AddRandomDamageFromZombie(IsoZombie zombie)
|
Uses of IsoZombie in zombie.iso |
---|
Methods in zombie.iso that return IsoZombie | |
---|---|
IsoZombie |
IsoMovingObject.getLastTargettedBy()
|
Methods in zombie.iso that return types with arguments of type IsoZombie | |
---|---|
java.util.ArrayList<IsoZombie> |
IsoCell.getGhostList()
|
java.util.ArrayList<IsoZombie> |
IsoCell.getZombieList()
|
Methods in zombie.iso with parameters of type IsoZombie | |
---|---|
void |
IsoMovingObject.setLastTargettedBy(IsoZombie lastTargettedBy)
|
Method parameters in zombie.iso with type arguments of type IsoZombie | |
---|---|
void |
IsoCell.setGhostList(java.util.ArrayList<IsoZombie> GhostList)
|
void |
IsoCell.setZombieList(java.util.ArrayList<IsoZombie> ZombieList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |