Package | Description |
---|---|
com.jonathan.survivor.entity | |
com.jonathan.survivor.inventory |
Modifier and Type | Method and Description |
---|---|
RangedWeapon |
Player.getRangedWeapon()
Returns the ranged weapon that the player has equipped.
|
Modifier and Type | Class and Description |
---|---|
class |
Rifle |
Modifier and Type | Method and Description |
---|---|
RangedWeapon |
Loadout.getRangedWeapon()
Returns the RangedWeapon equipped by the player.
|
Modifier and Type | Method and Description |
---|---|
void |
Loadout.setRangedWeapon(RangedWeapon rangedWeapon)
Sets the RangedWeapon equipped by the player.
|