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

me.xhsun.guildwars2wrapper.model.v2.MaterialCategory 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 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