com.electrotank.electroserver5.extensions.api.value
Class UserValue
java.lang.Object
com.electrotank.electroserver5.extensions.api.value.UserValue
public class UserValue
- extends Object
Contains the name of a user who is in a room.
- See Also:
ElectroServerApi.getUser,
ElectroServerApi.getUsersInRoom
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserValue
public UserValue()
getUserName
public String getUserName()
- Gets the name of the user
- Returns:
- userName
setUserName
public void setUserName(String userName)
- Sets the name of the user.
- Parameters:
userName - name of the user
Copyright © 2007-2010 Electrotank, Inc. All Rights Reserved.