Class ExploreState

java.lang.Object
zombie.ai.State
zombie.ai.states.ExploreState

public class ExploreState
extends State
  • Constructor Summary

    Constructors
    Constructor Description
    ExploreState()  
  • Method Summary

    Modifier and Type Method Description
    void execute​(IsoGameCharacter owner)  
    static ExploreState instance()  

    Methods inherited from class zombie.ai.State

    enter, exit

    Methods inherited from class java.lang.Object

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

    • ExploreState

      public ExploreState()
  • Method Details