Interface Action
-
- All Known Implementing Classes:
MoveAction,ShootAction
public interface Action
-
-
Method Summary
Static Methods Modifier and Type Method Description static MoveActionmove(Direction direction)static ShootActionshoot(Direction direction)static Actionstay()
-
-
-
Method Detail
-
move
static MoveAction move(Direction direction)
-
shoot
static ShootAction shoot(Direction direction)
-
stay
static Action stay()
-
-