public class InfixUpgrade extends Object
InfixUpgrade
property that has three attributes.Constructor and Description |
---|
InfixUpgrade() |
Modifier and Type | Method and Description |
---|---|
ArrayList<UpgradeAttribute> |
getAttributes()
Retrieve a list of the upgrade attributes the
InfixUpgrade applies. |
UpgradeBuff |
getBuff()
Retrieve details on any skill buff the
InfixUpgrade applies. |
void |
setAttributes(ArrayList<UpgradeAttribute> attributes) |
void |
setBuff(UpgradeBuff buff) |
public ArrayList<UpgradeAttribute> getAttributes()
InfixUpgrade
applies.UpgradeAttribute
s.public void setAttributes(ArrayList<UpgradeAttribute> attributes)
public UpgradeBuff getBuff()
InfixUpgrade
applies. For example,
"+1 Agony Resistance".public void setBuff(UpgradeBuff buff)
Copyright © 2014. All Rights Reserved.