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 booleanequals(Object o)StringgetId()Unique identifier for this playerinthashCode()voidsetInfo(Properties p)PropertiestoProperties()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:PlayerUnique identifier for this player- Specified by:
getIdin interfacePlayer- Overrides:
getIdin classSimplePlayer
-
equals
- Overrides:
equalsin classSimplePlayer
-
hashCode
public int hashCode() -
setInfo
-
toProperties
-