Package VASSAL.chat.node
Class NodePlayer
java.lang.Object
VASSAL.chat.SimplePlayer
VASSAL.chat.node.NodePlayer
- All Implemented Interfaces:
Player
public class NodePlayer extends SimplePlayer
A
SimplePlayer
subclass used in clients of the hierarchical server-
Field Summary
Fields inherited from class VASSAL.chat.SimplePlayer
id, name, status
-
Constructor Summary
Constructors Constructor Description NodePlayer(String id)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getId()
Unique identifier for this playerint
hashCode()
void
setInfo(Properties p)
Properties
toProperties()
Methods inherited from class VASSAL.chat.SimplePlayer
getName, getStatus, setId, setName, setStatus, toString, updateStatus
-
Field Details
-
ID
- See Also:
- Constant Field Values
-
-
Constructor Details
-
NodePlayer
-
-
Method Details
-
getId
Description copied from interface:Player
Unique identifier for this player- Specified by:
getId
in interfacePlayer
- Overrides:
getId
in classSimplePlayer
-
equals
- Overrides:
equals
in classSimplePlayer
-
hashCode
public int hashCode() -
setInfo
-
toProperties
-