Package | Description |
---|---|
com.jonathan.survivor.entity |
Modifier and Type | Class and Description |
---|---|
class |
Player |
class |
Zombie |
Modifier and Type | Method and Description |
---|---|
void |
Projectile.hit(Human human)
Called when the projectile hits a Human.
|
boolean |
Human.isFacing(Human other)
Returns true if the given human is facing the other human, and this human can thus see the other one.
|