public class Rifle extends RangedWeapon
Modifier and Type | Field and Description |
---|---|
static float |
CHARGE_TIME |
static float |
DAMAGE |
static java.lang.String |
DESCRIPTION |
static java.lang.String |
NAME
Stores the properties of the axe.
|
static float |
RANGE |
static java.lang.String |
WEAPON_ATTACHMENT_NAME |
WEAPON_SLOT_NAME
Constructor and Description |
---|
Rifle()
Creates an axe.
|
getChargeTime, getCrosshair, getCrosshairPoint, getRange, hit, setChargeTime, setRange
getDamage, getSlotName, getWeaponAttachment, setDamage, setWeaponAttachment, setWeaponSlotName
getDescription, getItemAttachment, getName, setDescription, setItemAttachment, setName
public static final java.lang.String NAME
public static final java.lang.String DESCRIPTION
public static final float DAMAGE
public static final float RANGE
public static final float CHARGE_TIME
public static final java.lang.String WEAPON_ATTACHMENT_NAME