Package visuals.gameModes
Interface FXIGameController
- All Known Implementing Classes:
FXAbstractGameController,FXEasyController,FXHardController,FXMediumController
public interface FXIGameController
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddToCubeList(BoxMaker cube) voidvoidvoidvoidvoidgameOver(boolean victory) voidgetTime(int i) voidglowHint(int idToGlow) voidnewGame()voidvoidsendIdToEngine(int id) voidsetActiveID(int activeID) voidvoidsetCubesToGame(ArrayList<MemoryObject> memoryObjects) voidvoidvoidupdateDynamicScore(int score)
-
Method Details
-
addToCubeList
-
clearPair
-
clearStorage
void clearStorage() -
setCubesToGame
-
gameOver
void gameOver(boolean victory) -
setActiveID
void setActiveID(int activeID) -
compareFoundMatch
void compareFoundMatch() -
getTime
void getTime(int i) -
setStartGame
void setStartGame() -
sendIdToEngine
void sendIdToEngine(int id) -
newGame
void newGame() -
returnMenu
void returnMenu() -
setCamera
void setCamera() -
setImages
void setImages() -
glowHint
void glowHint(int idToGlow) -
updateDynamicScore
void updateDynamicScore(int score) -
countDown
-