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