Uses of Class
gamedata.ClassMap.EntryType
-
Packages that use ClassMap.EntryType Package Description gamedata -
-
Uses of ClassMap.EntryType in gamedata
Methods in gamedata that return ClassMap.EntryType Modifier and Type Method Description ClassMap.EntryType
ClassMap.Entry. getType()
Returns the type of entry that this represents.static ClassMap.EntryType
ClassMap.EntryType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClassMap.EntryType[]
ClassMap.EntryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-