Uses of Class
gamedata.ClassMap.Entry
-
Packages that use ClassMap.Entry Package Description gamedata -
-
Uses of ClassMap.Entry in gamedata
Fields in gamedata declared as ClassMap.Entry Modifier and Type Field Description static ClassMap.EntryClassMap. ENTRY_EVERYTHING_CATEGORYThe special "Everything" pseudocategory.Methods in gamedata that return ClassMap.Entry Modifier and Type Method Description ClassMap.EntryClassMap.Entry. getCategory()Returns the category that this entry belongs to.ClassMap.EntryClassMap.Parser. next()Returns the next entry in the class map, ornullif the last entry has been reached.Methods in gamedata that return types with arguments of type ClassMap.Entry Modifier and Type Method Description java.util.Set<ClassMap.Entry>ClassMap. getCategories()Returns an immutable set of the categories contained in this class map.java.util.Set<ClassMap.Entry>ClassMap. getCategoryEntries(ClassMap.Entry category)Returns an immutable set of the entries associated with a particular category.java.util.Set<ClassMap.Entry>ClassMap. getEntries()Returns all non-category entries as a set.java.util.Iterator<ClassMap.Entry>ClassMap. iterator()Returns an iterator that iterates over the categories contained in this class map.Methods in gamedata with parameters of type ClassMap.Entry Modifier and Type Method Description intClassMap.Entry. compareTo(ClassMap.Entry rhs)Compares this entry to another entry.java.util.Set<ClassMap.Entry>ClassMap. getCategoryEntries(ClassMap.Entry category)Returns an immutable set of the entries associated with a particular category.
-