Methapolis
0.27
|
Public Member Functions | |
Tile () | |
Public Member Functions inherited from refactored.MapObject | |
MapObject () | |
boolean | isBulldozable () |
void | setBulldozable (boolean bulldozable) |
boolean | isBurnable () |
void | setBurnable (boolean burnable) |
boolean | isConducting () |
void | setConducting (boolean conducting) |
boolean | isOverWater () |
void | setOverWater (boolean overWater) |
Zone | getZone () |
void | setZone (Zone zone) |
String | getName () |
void | setName (String name) |
List< MapImage > | getImages () |
void | setImages (List< MapImage > images) |
int | getId () |
void | setId (int id) |
int | getImageIndex () |
void | setImageIndex (int imageIndex) |
TileBehavior | getBehavior () |
void | setBehavior (TileBehavior behavior) |
String | getDescription () |
void | setDescription (String description) |
Static Public Member Functions | |
static Tile | newTileFromID (int id) |
Public Attributes | |
TileSpec | owner |
int | ownerOffsetX |
int | ownerOffsetY |
BuildingInfo | buildingInfo |
TileSpec | animNext |
TileSpec | onPower |
TileSpec | onShutdown |
String | name |
Map< String, String > | attributes |
List< String > | images |
Public Attributes inherited from refactored.MapObject | |
TileSpec | owner |
int | ownerOffsetX |
int | ownerOffsetY |
BuildingInfo | buildingInfo |
TileSpec | animNext |
TileSpec | onPower |
TileSpec | onShutdown |
Map< String, String > | attributes |