Interface WorldObject
- All Known Implementing Classes:
BoringClientBot,BoringServerBot,Obstacle,ServerRobot,SquareObstacle
public interface WorldObject
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnum storing all the types of obstacles found in the world -
Method Summary
-
Method Details
-
getType
WorldObject.WorldObjectType getType()Standard getter for a WorldObject's type- Returns:
- worldObject type of the worldObject
-