me.xhsun.guildwars2wrapper.model.v2.MaterialCategory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gw2wrapper Show documentation
Show all versions of gw2wrapper Show documentation
Guild Wars 2 API wrapper for Android
package me.xhsun.guildwars2wrapper.model.v2;
import me.xhsun.guildwars2wrapper.model.identifiable.NameableInt;
import java.util.List;
/**
* For more info on MaterialStorage category API go here
* MaterialStorage category model class
*
* @author xhsun
* @see Item item info
* @since 2017-02-07
*/
public class MaterialCategory extends NameableInt {
private List items;
public List getItems() {
return items;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy