Class SleepingEvent

java.lang.Object
zombie.ai.sadisticAIDirector.SleepingEvent

public class SleepingEvent
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static SleepingEvent instance  
  • Constructor Summary

    Constructors
    Constructor Description
    SleepingEvent()  
  • Method Summary

    Modifier and Type Method Description
    void setPlayerFallAsleep​(IsoPlayer player, int int1)  
    void update​(IsoPlayer player)  
    void wakeUp​(IsoGameCharacter gameCharacter)  
    void wakeUp​(IsoGameCharacter gameCharacter, boolean boolean1)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • SleepingEvent

      public SleepingEvent()
  • Method Details

    • setPlayerFallAsleep

      public void setPlayerFallAsleep​(IsoPlayer player, int int1)
    • update

      public void update​(IsoPlayer player)
    • wakeUp

      public void wakeUp​(IsoGameCharacter gameCharacter)
    • wakeUp

      public void wakeUp​(IsoGameCharacter gameCharacter, boolean boolean1)