public class CoinFlipState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
playerIndex |
protected java.util.List<CoinSide> |
results |
Constructor and Description |
---|
CoinFlipState(java.util.List<CoinSide> results,
java.lang.Integer playerIndex) |
Modifier and Type | Method and Description |
---|---|
int |
getPlayerIndex() |
java.util.List<CoinSide> |
getResults() |
protected int playerIndex
protected java.util.List<CoinSide> results
public CoinFlipState(java.util.List<CoinSide> results, java.lang.Integer playerIndex)
public int getPlayerIndex()
public java.util.List<CoinSide> getResults()