All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.xhsun.guildwars2wrapper.model.v2.util.itemDetail.UpgradeComponent Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package me.xhsun.guildwars2wrapper.model.v2.util.itemDetail;

import me.xhsun.guildwars2wrapper.model.v2.util.comm.Type;
import me.xhsun.guildwars2wrapper.model.v2.util.itemDetail.subobject.InfixUpgrade;

import java.util.List;

/**
 * For more info on upgrade component detail API go here
* * @author xhsun * @since 2017-06-07 */ public class UpgradeComponent extends ItemDetail { public Type getType() { return type; } public List getFlags() { return flags; } public List getInfusionUpgradeFlags() { return infusion_upgrade_flags; } public String getSuffix() { return suffix; } public InfixUpgrade getInfixUpgrade() { return infix_upgrade; } public List getBonuses() { return bonuses; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy