Package model.gameStates
Class PlayingModel
java.lang.Object
java.util.Observable
model.gameStates.PlayingModel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Constructor Details
-
PlayingModel
public PlayingModel()
-
-
Method Details
-
initClasses
public void initClasses() -
update
public void update() -
newPlayReset
public void newPlayReset() -
restartGame
public void restartGame() -
loadNextLevel
public void loadNextLevel() -
startNewLevel
public void startNewLevel() -
windowFocusLost
public void windowFocusLost() -
endIntro
public void endIntro() -
unpauseGame
public void unpauseGame() -
setPaused
public void setPaused(boolean paused) -
getPlayerOneModel
-
getPlayerTwoModel
-
isPaused
public boolean isPaused() -
isGameOver
public boolean isGameOver() -
isGameCompleted
public boolean isGameCompleted() -
isLevelCompleted
public boolean isLevelCompleted() -
isIntoRunning
public boolean isIntoRunning() -
getIntroModel
-
isNewLevelReset
public boolean isNewLevelReset() -
isNewPlayReset
public boolean isNewPlayReset()
-