public static enum SteamMatchmaking.ChatRoomEnterResponse extends Enum<SteamMatchmaking.ChatRoomEnterResponse>
| Enum Constant and Description |
|---|
Banned |
ClanDisabled |
CommunityBan |
DoesntExist |
Error |
Full |
Limited |
MemberBlockedYou |
NotAllowed |
RatelimitExceeded |
Success |
YouBlockedMember |
| Modifier and Type | Method and Description |
|---|---|
static SteamMatchmaking.ChatRoomEnterResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamMatchmaking.ChatRoomEnterResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamMatchmaking.ChatRoomEnterResponse Success
public static final SteamMatchmaking.ChatRoomEnterResponse DoesntExist
public static final SteamMatchmaking.ChatRoomEnterResponse NotAllowed
public static final SteamMatchmaking.ChatRoomEnterResponse Full
public static final SteamMatchmaking.ChatRoomEnterResponse Error
public static final SteamMatchmaking.ChatRoomEnterResponse Banned
public static final SteamMatchmaking.ChatRoomEnterResponse Limited
public static final SteamMatchmaking.ChatRoomEnterResponse ClanDisabled
public static final SteamMatchmaking.ChatRoomEnterResponse CommunityBan
public static final SteamMatchmaking.ChatRoomEnterResponse MemberBlockedYou
public static final SteamMatchmaking.ChatRoomEnterResponse YouBlockedMember
public static final SteamMatchmaking.ChatRoomEnterResponse RatelimitExceeded
public static SteamMatchmaking.ChatRoomEnterResponse[] values()
for (SteamMatchmaking.ChatRoomEnterResponse c : SteamMatchmaking.ChatRoomEnterResponse.values()) System.out.println(c);
public static SteamMatchmaking.ChatRoomEnterResponse valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.