Indicates whether the tile has been placed in a world.
if(tile.placed) { assert(tile.world !is null); }
See Implementation
Indicates whether the tile has been placed in a world.