Class EntityAction

java.lang.Object
game.controllers.EntityAction
Direct Known Subclasses:
GhostAction, PacManAction

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

    Fields 
    Modifier and Type Field Description
    protected Direction direction  
  • Constructor Summary

    Constructors 
    Constructor Description
    EntityAction()  
  • Method Summary

    Modifier and Type Method Description
    EntityAction clone()  
    void down()  
    Direction get()  
    void left()  
    void reset()  
    void right()  
    void set​(int directionIndex)  
    void set​(Direction dir)  
    void up()  

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait