@Gw2ApiVersion(value="v1") public class ArmorItemProperties extends ItemProperties
Constructor and Description |
---|
ArmorItemProperties() |
Modifier and Type | Method and Description |
---|---|
int |
getDefense()
The amount of basic defense the item provides.
|
String |
getWeightClass()
A string indicating what sort of armor the item is.
|
void |
setDefense(int defense) |
void |
setWeightClass(String weightClass) |
getInfixUpgrade, getInfusionSlots, getSuffixItemId, getType, setInfixUpgrade, setInfusionSlots, setSuffixItemId, setType
public String getWeightClass()
A string indicating what sort of armor the item is. For example, "Light" for light armor and "Heavy" for heavy armor.
The possible values are:
public void setWeightClass(String weightClass)
public int getDefense()
public void setDefense(int defense)
Copyright © 2014. All Rights Reserved.