JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Constructor Summary
Method Summary
Enum Constant Details
SERVERS_ALLOWED
REALMS_ALLOWED
CHAT_ALLOWED
TELEMETRY_ENABLED
PROFANITY_FILTER_ENABLED
OPTIONAL_TELEMETRY_AVAILABLE
Constructor Details
UserFlag()
Method Details
values()
valueOf(String)
Enum Constant Summary
Enum Constants
Is the user allowed to access chat in online games?
Is optional telemetry available for this user?
This can only be `true` when
TELEMETRY_ENABLED is also `true`
Is chat profanity filter enabled for this user?
Is the user allowed to play on Realms?
Is the user allowed to play on 3rd-party multiplayer servers?
Is telemetry enabled for this user?
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
OPTIONAL_TELEMETRY_AVAILABLE