Package de.uni_paderborn.robots.items

The items that an arena field may contain are stored in this package.

See:
          Description

Class Summary
Bad The reactable item of bad only used to test unknown reactables
Card The reactable item Card
Exit This is the reactable item Exit
Item the class for all items
Reactable This is the mother-class of all reactables
Teleport This is the reactable item Teleport
Wall The reactable item for Wall
Well This is the reactable item well
 

Package de.uni_paderborn.robots.items Description

The items that an arena field may contain are stored in this package. Reactables that cause a specific action when a robot runs againts some, are also stored here, because Reactables extend Items.