org.lee.mugen.core
Class GameState
java.lang.Object
org.lee.mugen.core.GameState
public class GameState
- extends java.lang.Object
Game state holds game time, round number, number of round, ...
Everything about game state but in fight not transition like menu, ...
- Author:
- Dr Wong
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getGameType
public int getGameType()
setGameType
public void setGameType(int gameType)
getTotalRound
public int getTotalRound()
setTotalRound
public void setTotalRound(int totalRound)
getDrawRound
public int getDrawRound()
setDrawRound
public void setDrawRound(int drawRound)
getTeamOneWinRound
public int getTeamOneWinRound()
setTeamOneWinRound
public void setTeamOneWinRound(int teamOneWinRound)
getTeamTwoWinRound
public int getTeamTwoWinRound()
setTeamTwoWinRound
public void setTeamTwoWinRound(int teamTwoWinRound)
getRoundno
public int getRoundno()
setRoundno
public void setRoundno(int roundno)
getGameTime
public int getGameTime()
setGameTime
public void setGameTime(int gameTime)
process
public void process()
getRoundTime
public int getRoundTime()
setRoundTime
public void setRoundTime(int roundTime)