Class SquareObstacle
java.lang.Object
za.co.wethinkcode.robots.server.worldinfo.Obstacle
za.co.wethinkcode.robots.server.worldinfo.SquareObstacle
- All Implemented Interfaces:
WorldObject,Argument
Square Obstacle extends the Standard Obstacle
-
Nested Class Summary
Nested classes/interfaces inherited from class za.co.wethinkcode.robots.server.worldinfo.Obstacle
Obstacle.ObstacleTypeNested classes/interfaces inherited from interface za.co.wethinkcode.robots.server.worldinfo.WorldObject
WorldObject.WorldObjectType -
Field Summary
Fields inherited from class za.co.wethinkcode.robots.server.worldinfo.Obstacle
obstacleType, position -
Constructor Summary
ConstructorsConstructorDescriptionSquareObstacle(Position position) Standard constructor for a Square obstacle -
Method Summary
Methods inherited from class za.co.wethinkcode.robots.server.worldinfo.Obstacle
equals, getObstacleType, getPosition, getType, getValue, toString
-
Constructor Details