public class Seat
extends java.lang.Object
| Constructor and Description |
|---|
Seat(int num,
SeatType type,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
PlayerInfo |
getInfo()
Gets extra information about this player.
|
java.lang.String |
getName() |
int |
getNum() |
Stat |
getStat() |
SeatType |
getType() |
int |
hashCode()
This is here only because the Java API says we should implement
hashCode() if we implement equals().
|
java.lang.String |
toString() |
public Seat(int num,
SeatType type,
java.lang.String name)
public int getNum()
public java.lang.String getName()
public SeatType getType()
public Stat getStat()
public PlayerInfo getInfo()
ModGame.requestPlayerInfo(int) has been called.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object