Package zombie.ui
Class TutorialManager
java.lang.Object
zombie.ui.TutorialManager
public class TutorialManager
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTutorialManager.Stage -
Field Summary
Fields Modifier and Type Field Description booleanActivebooleanActiveControlZombiesintAlarmTickTimeintAlarmTimebooleanAllowSleepintBarricadeCountbooleanCanDragWifestatic booleanDebugbooleanDoneFirstSleepbooleanDoorsLockedIsoSurvivorgunnutstatic TutorialManagerinstancejava.lang.StringmillingTunejava.lang.StringPrefMusicbooleanProfanityFilterbooleanskippedbooleanSpottedGunNutTutorialManager.StagestagebooleanStealControlfloatTargetZombiesintTimerbooleanTriggerFireIsoBuildingtutBuildingIsoStovetutorialStovebooleanwarnedHammerIsoSurvivorwifebooleanwifeKilledByEarl -
Constructor Summary
Constructors Constructor Description TutorialManager() -
Method Summary
Modifier and Type Method Description booleanAllowUse(IsoObject Object)voidCheckWake()voidCreateQuests()voidinit()voidTutorialMessage(java.lang.String a, java.lang.String b)voidupdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Debug
public static boolean Debug -
Active
public boolean Active -
ActiveControlZombies
public boolean ActiveControlZombies -
TargetZombies
public float TargetZombies -
stage
-
wife
-
tutorialStove
-
tutBuilding
-
DoorsLocked
public boolean DoorsLocked -
BarricadeCount
public int BarricadeCount -
PrefMusic
public java.lang.String PrefMusic -
gunnut
-
StealControl
public boolean StealControl -
AlarmTime
public int AlarmTime -
ProfanityFilter
public boolean ProfanityFilter -
Timer
public int Timer -
AlarmTickTime
public int AlarmTickTime -
DoneFirstSleep
public boolean DoneFirstSleep -
wifeKilledByEarl
public boolean wifeKilledByEarl -
warnedHammer
public boolean warnedHammer -
TriggerFire
public boolean TriggerFire -
CanDragWife
public boolean CanDragWife -
AllowSleep
public boolean AllowSleep -
skipped
public boolean skipped -
millingTune
public java.lang.String millingTune -
SpottedGunNut
public boolean SpottedGunNut -
instance
-
-
Constructor Details
-
TutorialManager
public TutorialManager()
-
-
Method Details
-
AllowUse
-
CheckWake
public void CheckWake() -
CreateQuests
public void CreateQuests() -
init
public void init() -
TutorialMessage
public void TutorialMessage(java.lang.String a, java.lang.String b) -
update
public void update()
-