Uses of Interface
rea.gameplay.Gameplay
Packages that use Gameplay
Package
Description
The features of a particular kind of game.
Actual gameplay classes for a couple of game examples.
The types directly related to playing a game.
-
Uses of Gameplay in rea.gameplay
Methods in rea.gameplay that return GameplayModifier and TypeMethodDescriptionAbstractGameplayFactory.getGameplay
(String name) Get the gameplay for a game with a given name.GameplayFactory.getGameplay
(String name) Get the gameplay for a game with a given name.(package private) Gameplay
GameplayFactory.getGameplayInstance
(String className) Get an instance of a class with the given name.Methods in rea.gameplay that return types with arguments of type GameplayModifier and TypeMethodDescriptionGameplayFactory.collectGameplayInPackage
(String gameplayPackage) Collect all gameplay in a package. -
Uses of Gameplay in rea.gameplay.games
Classes in rea.gameplay.games that implement GameplayModifier and TypeClassDescriptionclass
A simple game where the player has to collect all the Easter eggs in the lawn.class
A simple game where the player has to look for a treasure hidden inside a house with a colsed door. -
Uses of Gameplay in rea.gaming
Constructors in rea.gaming with parameters of type GameplayModifierConstructorDescriptionGameInstance
(Gameplay gameplay) Create a game instance with a given gameplay