public static class GameConfiguration.UserInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
PropertyMap |
profileProperties |
java.net.Proxy |
proxy |
Session |
session |
PropertyMap |
userProperties |
Constructor and Description |
---|
UserInformation(Session sessionIn,
PropertyMap userPropertiesIn,
PropertyMap profilePropertiesIn,
java.net.Proxy proxyIn) |
public final Session session
public final PropertyMap userProperties
public final PropertyMap profileProperties
public final java.net.Proxy proxy
public UserInformation(Session sessionIn, PropertyMap userPropertiesIn, PropertyMap profilePropertiesIn, java.net.Proxy proxyIn)