@Gw2ApiVersion(value="v1") public class UpgradeComponentItemProperties extends ItemProperties
UpgradeComponentItem
.Constructor and Description |
---|
UpgradeComponentItemProperties() |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
getFlags()
Retrieve a list of flags that indicate what items the upgrade component
may be applied to.
|
ArrayList<String> |
getInfusionUpgradeFlags()
A list of infusion slots that the upgrade component could be applied to.
|
String |
getSuffix()
The suffix that will be appened to the item once the upgrade component is
applied.
|
void |
setFlags(ArrayList<String> flags) |
void |
setInfusionUpgradeFlags(ArrayList<String> infusionUpgradeFlags) |
void |
setSuffix(String suffix) |
getInfixUpgrade, getInfusionSlots, getSuffixItemId, getType, setInfixUpgrade, setInfusionSlots, setSuffixItemId, setType
public ArrayList<String> getFlags()
Retrieve a list of flags that indicate what items the upgrade component may be applied to.
Possible values are:
public ArrayList<String> getInfusionUpgradeFlags()
A list of infusion slots that the upgrade component could be applied to. Possible values are:
public String getSuffix()
public void setSuffix(String suffix)
Copyright © 2014. All Rights Reserved.