public class GameStatePart extends Object
Modifier and Type | Field and Description |
---|---|
private int |
half |
private int |
playMode |
private int |
scoreLeft |
private int |
scoreRight |
private String |
teamLeft |
private String |
teamRight |
private double |
time |
Constructor and Description |
---|
GameStatePart() |
Modifier and Type | Method and Description |
---|---|
int |
getHalf() |
int |
getPlayMode() |
int |
getScoreLeft() |
int |
getScoreRight() |
String |
getTeamLeft() |
String |
getTeamRight() |
double |
getTime() |
void |
setHalf(int half) |
void |
setPlayMode(int playMode) |
void |
setScoreLeft(int scoreLeft) |
void |
setScoreRight(int scoreRight) |
void |
setTeamLeft(String teamLeft) |
void |
setTeamRight(String teamRight) |
void |
setTime(double time) |
private double time
private String teamLeft
private String teamRight
private int half
private int scoreLeft
private int scoreRight
private int playMode
public void setTime(double time)
public double getTime()
public void setTeamLeft(String teamLeft)
public String getTeamLeft()
public void setTeamRight(String teamRight)
public String getTeamRight()
public void setHalf(int half)
public int getHalf()
public void setScoreLeft(int scoreLeft)
public int getScoreLeft()
public void setScoreRight(int scoreRight)
public int getScoreRight()
public void setPlayMode(int playMode)
public int getPlayMode()