Interface InteractiveOnTurnStart

All Known Implementing Classes:
Alice, Human, Lilith, Martin, Marvin, Monster, NPC, TeleportRoom, VictoryRoom

public interface InteractiveOnTurnStart
This interface is supposed to be implemented by classes which are supposed to be "interactive" at the beginning of a new turn. The interface method interactOnTurnStart(Labyrinth) is supposed to be invoked when the Player is located in the same Room as the Entity.