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

me.xhsun.guildwars2wrapper.model.v2.ItemStats Maven / Gradle / Ivy

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


import me.xhsun.guildwars2wrapper.model.identifiable.NameableInt;
import me.xhsun.guildwars2wrapper.model.v2.util.itemDetail.ItemAttributes;

/**
 * For more info on Itemstat API go here
* Itemstat model class * * @author xhsun * @see ItemAttributes item attribute * @since 2017-02-07 */ public class ItemStats extends NameableInt { private ItemAttributes attributes; public ItemAttributes getAttributes() { return attributes; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy