Package | Description |
---|---|
com.jonathan.survivor.entity | |
com.jonathan.survivor.inventory |
Modifier and Type | Method and Description |
---|---|
Rectangle |
Zombie.getArmCollider()
Returns the collider mapped to the zombie's arms.
|
Rectangle |
Zombie.getChargeCollider()
Gets the collider mapped to the zombie when he's charging.
|
Rectangle |
Player.getMeleeWeaponCollider()
Returns the Collider of the player's melee weapon.
|
Modifier and Type | Method and Description |
---|---|
void |
Zombie.setArmCollider(Rectangle armCollider)
Sets the collider mapped to the zombie's arms.
|
void |
Zombie.setChargeCollider(Rectangle chargeCollider)
Sets the collider mapped to the zombie when he's charging.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
MeleeWeapon.getCollider()
Returns the collider around the melee weapon used to detect when the weapon hits an enemy.
|
Modifier and Type | Method and Description |
---|---|
void |
MeleeWeapon.setCollider(Rectangle collider)
Sets the collider around the melee weapon used to detect when the weapon hits an enemy.
|