Uses of Class
it.unicam.cs.pa.mastermind.factories.MakerFactoryRegistry
-
Packages that use MakerFactoryRegistry Package Description it.unicam.cs.pa.mastermind.gamecore Il package contiene le componenti chiave relative all'intera gestione del gioco, quali gli attori delegati alla creazione e alla gestione di nuovi match e gli attori delegati allo svolgimeto vero e proprio di tali match.it.unicam.cs.pa.mastermind.ui Il seguente package contiene le classi relative a tutto ciò che concerne l'interfaccia di gioco con la quale comunicherà l'utente fisico, sia esso o meno un giocatore attivo nel gioco. -
-
Uses of MakerFactoryRegistry in it.unicam.cs.pa.mastermind.gamecore
Methods in it.unicam.cs.pa.mastermind.gamecore that return MakerFactoryRegistry Modifier and Type Method Description MakerFactoryRegistry
GlobalSettings. getMakers()
-
Uses of MakerFactoryRegistry in it.unicam.cs.pa.mastermind.ui
Methods in it.unicam.cs.pa.mastermind.ui with parameters of type MakerFactoryRegistry Modifier and Type Method Description default MakerFactory
StartView. setupMaker(MakerFactoryRegistry registry)
Gestione dell'interazione con l'utente fisico circa la particolare implementazione diCodeMaker
da impiegare nel gioco.
-