public class Forecast extends GameObject
| Modifier and Type | Field and Description |
|---|---|
Player |
controllingPlayer
The Player that can use WeatherStations to control this Forecast when its the nextForecast.
|
java.lang.String |
direction
The direction the wind will blow fires in.
|
int |
intensity
How much of a Building's fire that can be blown in the direction of this Forecast.
|
logslogpublic Player controllingPlayer
public java.lang.String direction
public int intensity
© 2020 MST ACM SIG-GAME