de.uni_paderborn.robots.robotArenaInterface
Class ItemData

java.lang.Object
  |
  +--de.uni_paderborn.robots.robotArenaInterface.ItemData
Direct Known Subclasses:
CardData, Exit, Recharger, VirtualRobot, Wall, Wormhole

public abstract class ItemData
extends java.lang.Object


This is the abstract superclass of all items
that can be on a field of a arena.
A robot can identify the item
by using the command "instanceof"
NO GROUP is allowed to create
custom subclasses of ItemData.

See Also:
-> see AbstractRobotAction for a code example.

Constructor Summary
ItemData()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ItemData

public ItemData()