Interface WorldObject
- All Known Implementing Classes:
ClientControlledRobot,MineObstacle,NpcRobot,Obstacle,Obstacle.Brick,PitObstacle,Robot,WorldEdge
public interface WorldObject
-
Method Summary
Modifier and TypeMethodDescriptionbooleanThis check returns if the WorldObject in question blocks the sightlinedefault String
-
Method Details
-
blocksSightline
boolean blocksSightline()This check returns if the WorldObject in question blocks the sightlineUseful for the
LookCommand- Returns:
- if a world object blocks the sightline, and prevents other objects from being seen beyond it
-
getSymbol
-