public class EquipmentParameters
extends java.lang.Object
WauzEquipmentIdentifier
Modifier and Type | Field and Description |
---|---|
protected int |
attackStat
The attack stat of the equipment.
|
protected int |
defenseStat
The defense stat of the equipment.
|
protected int |
durabilityStat
The durability stat of the equipment.
|
protected WauzEquipment |
equipmentType
The type of the equipment.
|
protected double |
speedStat
The speed stat of the equipment.
|
protected int |
swiftnessStat
The swiftness stat of the equipment.
|
Constructor and Description |
---|
EquipmentParameters() |
Modifier and Type | Method and Description |
---|---|
int |
getAttackStat() |
int |
getDefenseStat() |
int |
getDurabilityStat() |
EquipmentType |
getEquipmentType() |
double |
getSpeedStat() |
int |
getSwiftnessStat() |
void |
setAttackStat(int attackStat) |
void |
setDefenseStat(int defenseStat) |
void |
setDurabilityStat(int durabilityStat) |
void |
setSpeedStat(double speedStat) |
void |
setSwiftnessStat(int swiftnessStat) |
protected WauzEquipment equipmentType
protected int attackStat
protected int defenseStat
protected int durabilityStat
protected int swiftnessStat
protected double speedStat
public EquipmentType getEquipmentType()
public int getAttackStat()
public void setAttackStat(int attackStat)
attackStat
- The new attack stat of the equipment.public int getDefenseStat()
public void setDefenseStat(int defenseStat)
defenseStat
- The new defense stat of the equipment.public int getDurabilityStat()
public void setDurabilityStat(int durabilityStat)
durabilityStat
- The new durability stat of the equipment.public int getSwiftnessStat()
public void setSwiftnessStat(int swiftnessStat)
swiftnessStat
- The new swiftness stat of the equipment.public double getSpeedStat()
public void setSpeedStat(double speedStat)
speedStat
- The new speed stat of the equipment.