Uses of Interface
org.progettoedids.entities.InteractiveOnTurnStart
Packages that use InteractiveOnTurnStart
Package
Description
A package for the abstract NPC class and its subtypes.
A package for the abstract Human subtype of NPC and its concrete final subclasses.
A package for the abstract Monster subtype of NPC and its concrete final subclasses.
A package that holds the base Room class and its subtypes.
-
Uses of InteractiveOnTurnStart in org.progettoedids.entities.npcs
Classes in org.progettoedids.entities.npcs that implement InteractiveOnTurnStartModifier and TypeClassDescriptionclassAn NPC is an Entity which implements some interactive behaviour at the beginning of a turn. -
Uses of InteractiveOnTurnStart in org.progettoedids.entities.npcs.humans
Classes in org.progettoedids.entities.npcs.humans that implement InteractiveOnTurnStart -
Uses of InteractiveOnTurnStart in org.progettoedids.entities.npcs.monsters
Classes in org.progettoedids.entities.npcs.monsters that implement InteractiveOnTurnStart -
Uses of InteractiveOnTurnStart in org.progettoedids.rooms
Classes in org.progettoedids.rooms that implement InteractiveOnTurnStartModifier and TypeClassDescriptionclassA subtype of Room that is always unlocked and that teleports the Player that comes into it in another Room.classA subtype of Room that is always unlocked and that makes the Player win the game when it gets into it.