alice.kareltherobot
Interface KarelWorldItem

All Known Implementing Classes:
Beeper, InfiniteBeepers, Wall

public interface KarelWorldItem

Items (Models) such as walls and beepers that have a well defined corner in the world

Author:
jbergin

Method Summary
 int avenue()
          The avenue on which the item resides
 int street()
          The street on which the item resides
 

Method Detail

street

int street()
The street on which the item resides

Returns:
the street of the item

avenue

int avenue()
The avenue on which the item resides

Returns:
the avenue of the item