Package org.progettoedids.entities.npcs
Class NPC
java.lang.Object
org.progettoedids.entities.Entity
org.progettoedids.entities.npcs.NPC
- All Implemented Interfaces:
InteractiveOnTurnStart
An NPC is an Entity which implements some interactive behaviour at the beginning of a turn.
The interactive behaviour is triggered whenever a turn has just started and the Player is in the same Room as the NPC.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.progettoedids.entities.Entity
getName, getSystemName, getUUID, setName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.progettoedids.entities.InteractiveOnTurnStart
interactOnTurnStart
-
Constructor Details
-
NPC
-