Package zombie.ai.sadisticAIDirector
Class SleepingEventData
java.lang.Object
zombie.ai.sadisticAIDirector.SleepingEventData
public final class SleepingEventData
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanbRainingprotected booleanbWasRainingAtStartprotected intforceWakeUpTimeprotected intnightmareWakeUpprotected IsoDooropenDoorprotected doublerainTimeStartHoursprotected floatsleepingTimeprotected IsoWindowweakestWindowprotected booleanzombiesIntruders -
Constructor Summary
Constructors Constructor Description SleepingEventData() -
Method Summary
Modifier and Type Method Description doublegetHoursSinceRainStarted()voidreset()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
forceWakeUpTime
protected int forceWakeUpTime -
zombiesIntruders
protected boolean zombiesIntruders -
nightmareWakeUp
protected int nightmareWakeUp -
weakestWindow
-
openDoor
-
bRaining
protected boolean bRaining -
bWasRainingAtStart
protected boolean bWasRainingAtStart -
rainTimeStartHours
protected double rainTimeStartHours -
sleepingTime
protected float sleepingTime
-
-
Constructor Details
-
SleepingEventData
public SleepingEventData()
-
-
Method Details
-
reset
public void reset() -
getHoursSinceRainStarted
public double getHoursSinceRainStarted()
-