public class Bottle extends GameObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
direction
The Direction this Bottle is flying and will move to between turns, can be 'North', 'East', 'South', or 'West'.
|
java.lang.String |
drunkDirection
The direction any Cowboys hit by this will move, can be 'North', 'East', 'South', or 'West'.
|
boolean |
isDestroyed
True if this Bottle has impacted and has been destroyed (removed from the Game).
|
Tile |
tile
The Tile this bottle is currently flying over.
|
logslogpublic java.lang.String direction
public java.lang.String drunkDirection
public boolean isDestroyed
public Tile tile
© 2020 MST ACM SIG-GAME