public class GameEventRejectResign extends GameEvent
GameManager,
cvs GameEventRejectResign.javaGameEvent.Life, GameEvent.TypeplayerName, who| Constructor and Description |
|---|
GameEventRejectResign() |
| Modifier and Type | Method and Description |
|---|---|
GameEvent.Life |
getLife()
Get the Life type of this GameEvent
|
int |
getResigningPoints()
Get how many points this resign event is for
|
GameEvent.Type |
getType()
Get the Type of this GameEvent
|
void |
parse(java.lang.String unused)
A dummy parser.
|
void |
setResigningPoints(int resigningPoints)
Set how many points this resign event is for
|
getDepth, getPlayerName, getWho, setPlayerName, setWhopublic GameEvent.Type getType()
GameEventpublic GameEvent.Life getLife()
GameEventpublic void parse(java.lang.String unused)
unused - public int getResigningPoints()
public void setResigningPoints(int resigningPoints)
resigningPoints - the resigningPoints to set