Uses of Class
gamedata.TileSet.Category
-
Packages that use TileSet.Category Package Description gamedata -
-
Uses of TileSet.Category in gamedata
Methods in gamedata that return TileSet.Category Modifier and Type Method Description TileSet.Category
TileSet.Entry. getCategory()
Returns the basic category to which the tile belongs.static TileSet.Category
TileSet.Category. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TileSet.Category[]
TileSet.Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-