Uses of Class
rea.ReaException
Packages that use ReaException
Package
Description
The main package of REA.
The features of a particular kind of game.
The types directly related to playing a game.
-
Uses of ReaException in rea
Methods in rea that throw ReaExceptionModifier and TypeMethodDescriptionstatic Manager
Manager.getInstance()
Get the instance of the game instance pool.(package private) void
Manager.reset()
Reset the pool to its initial state. -
Uses of ReaException in rea.gameplay
Methods in rea.gameplay that throw ReaExceptionModifier and TypeMethodDescriptionGameplayFactory.collectGameplayInPackage
(String gameplayPackage) Collect all gameplay in a package.Constructors in rea.gameplay that throw ReaExceptionModifierConstructorDescriptionCreate a factory for gameplays.(package private)
GameplayFactory
(String gameplayPackage) Create a factory for gameplays in a given package. -
Uses of ReaException in rea.gaming
Methods in rea.gaming that throw ReaExceptionModifier and TypeMethodDescriptionvoid
GameEventSource.addInventoryUpdateListener
(Player player, UpdateListener<InventoryUpdateEvent> listener) Add a listener forInventoryUpdateEvent
.void
GameEventSource.addMessageUpdateListener
(Player player, UpdateListener<MessageUpdateEvent> listener) Add a listener forMessageUpdateEvent
.void
GameEventSource.addSceneUpdateListener
(Player player, UpdateListener<SceneUpdateEvent> listener) Add a listener forSceneUpdateEvent
.