Uses of Class
org.progettoedids.exceptions.VictoryException
Packages that use VictoryException
Package
Description
A package that holds the base Entity class, the subtypes of Entity and interfaces related to the Entity(ies).
A package that holds the base Room class and its subtypes.
-
Uses of VictoryException in org.progettoedids.entities
Methods in org.progettoedids.entities that throw VictoryExceptionModifier and TypeMethodDescriptionvoidInteractiveOnTurnEnd.interactOnTurnEnd(CommandLogger commandLogger, Labyrinth labyrinth) voidInteractiveOnTurnStart.interactOnTurnStart(CommandLogger commandLogger, Labyrinth labyrinth) Method called in order to get the implementing class to perform its specific actions. -
Uses of VictoryException in org.progettoedids.rooms
Methods in org.progettoedids.rooms that throw VictoryExceptionModifier and TypeMethodDescriptionvoidVictoryRoom.interactOnTurnStart(CommandLogger commandLogger, Labyrinth labyrinth) Interacts with the user and send an exception to Game that the game was won.