public class Weapon
extends java.lang.Object
| Constructor and Description |
|---|
Weapon(WeaponType type,
int cooldown) |
| Modifier and Type | Method and Description |
|---|---|
int |
cooldown() |
int |
maxCooldown() |
int |
maxRange() |
WeaponType |
type() |
public Weapon(WeaponType type, int cooldown)
public int cooldown()
public WeaponType type()
public int maxRange()
public int maxCooldown()