interface Creature { String getName(); Tile getCurTile(); Map getCurMap(); char getOut(); }