Package emu.grasscutter.net.proto
Enum Class PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason
java.lang.Object
java.lang.Enum<PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason>
emu.grasscutter.net.proto.PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason>,Constable
public static enum PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason
extends Enum<PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason>
implements com.google.protobuf.ProtocolMessageEnum
Name: ENLGMFKFLKPProtobuf enum
PlayerApplyEnterMpResultNotify.Reason-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionREASON_ALLOW_ENTER_PLAYER_FULL = 4;REASON_DATA_VERSION_NOT_LATEST = 11;REASON_HOST_IN_MATCH = 6;REASON_HOST_IS_BLOCKED = 9;REASON_MAX_PLAYER = 13;REASON_OTHER_DATA_VERSION_NOT_LATEST = 10;REASON_PLAYER_CANNOT_ENTER_MP = 2;REASON_PLAYER_IN_BLACKLIST = 7;REASON_PLAYER_JUDGE = 0;REASON_PLAYER_NOT_IN_PLAYER_WORLD = 12;REASON_PS_PLAYER_NOT_ACCEPT_OTHERS = 8;REASON_SCENE_CANNOT_ENTER = 1;REASON_SYSTEM_JUDGE = 3;REASON_WORLD_LEVEL_LOWER_THAN_HOST = 5; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intREASON_ALLOW_ENTER_PLAYER_FULL = 4;static final intREASON_DATA_VERSION_NOT_LATEST = 11;static final intREASON_HOST_IN_MATCH = 6;static final intREASON_HOST_IS_BLOCKED = 9;static final intREASON_MAX_PLAYER = 13;static final intREASON_OTHER_DATA_VERSION_NOT_LATEST = 10;static final intREASON_PLAYER_CANNOT_ENTER_MP = 2;static final intREASON_PLAYER_IN_BLACKLIST = 7;static final intREASON_PLAYER_JUDGE = 0;static final intREASON_PLAYER_NOT_IN_PLAYER_WORLD = 12;static final intREASON_PS_PLAYER_NOT_ACCEPT_OTHERS = 8;static final intREASON_SCENE_CANNOT_ENTER = 1;static final intREASON_SYSTEM_JUDGE = 3;static final intREASON_WORLD_LEVEL_LOWER_THAN_HOST = 5; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REASON_PLAYER_JUDGE
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_PLAYER_JUDGEREASON_PLAYER_JUDGE = 0; -
REASON_SCENE_CANNOT_ENTER
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_SCENE_CANNOT_ENTERREASON_SCENE_CANNOT_ENTER = 1; -
REASON_PLAYER_CANNOT_ENTER_MP
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_PLAYER_CANNOT_ENTER_MPREASON_PLAYER_CANNOT_ENTER_MP = 2; -
REASON_SYSTEM_JUDGE
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_SYSTEM_JUDGEREASON_SYSTEM_JUDGE = 3; -
REASON_ALLOW_ENTER_PLAYER_FULL
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_ALLOW_ENTER_PLAYER_FULLREASON_ALLOW_ENTER_PLAYER_FULL = 4; -
REASON_WORLD_LEVEL_LOWER_THAN_HOST
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_WORLD_LEVEL_LOWER_THAN_HOSTREASON_WORLD_LEVEL_LOWER_THAN_HOST = 5; -
REASON_HOST_IN_MATCH
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_HOST_IN_MATCHREASON_HOST_IN_MATCH = 6; -
REASON_PLAYER_IN_BLACKLIST
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_PLAYER_IN_BLACKLISTREASON_PLAYER_IN_BLACKLIST = 7; -
REASON_PS_PLAYER_NOT_ACCEPT_OTHERS
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_PS_PLAYER_NOT_ACCEPT_OTHERSREASON_PS_PLAYER_NOT_ACCEPT_OTHERS = 8; -
REASON_HOST_IS_BLOCKED
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_HOST_IS_BLOCKEDREASON_HOST_IS_BLOCKED = 9; -
REASON_OTHER_DATA_VERSION_NOT_LATEST
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_OTHER_DATA_VERSION_NOT_LATESTREASON_OTHER_DATA_VERSION_NOT_LATEST = 10; -
REASON_DATA_VERSION_NOT_LATEST
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_DATA_VERSION_NOT_LATESTREASON_DATA_VERSION_NOT_LATEST = 11; -
REASON_PLAYER_NOT_IN_PLAYER_WORLD
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_PLAYER_NOT_IN_PLAYER_WORLDREASON_PLAYER_NOT_IN_PLAYER_WORLD = 12; -
REASON_MAX_PLAYER
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason REASON_MAX_PLAYERREASON_MAX_PLAYER = 13; -
UNRECOGNIZED
public static final PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason UNRECOGNIZED
-
-
Field Details
-
REASON_PLAYER_JUDGE_VALUE
public static final int REASON_PLAYER_JUDGE_VALUEREASON_PLAYER_JUDGE = 0;- See Also:
-
REASON_SCENE_CANNOT_ENTER_VALUE
public static final int REASON_SCENE_CANNOT_ENTER_VALUEREASON_SCENE_CANNOT_ENTER = 1;- See Also:
-
REASON_PLAYER_CANNOT_ENTER_MP_VALUE
public static final int REASON_PLAYER_CANNOT_ENTER_MP_VALUEREASON_PLAYER_CANNOT_ENTER_MP = 2;- See Also:
-
REASON_SYSTEM_JUDGE_VALUE
public static final int REASON_SYSTEM_JUDGE_VALUEREASON_SYSTEM_JUDGE = 3;- See Also:
-
REASON_ALLOW_ENTER_PLAYER_FULL_VALUE
public static final int REASON_ALLOW_ENTER_PLAYER_FULL_VALUEREASON_ALLOW_ENTER_PLAYER_FULL = 4;- See Also:
-
REASON_WORLD_LEVEL_LOWER_THAN_HOST_VALUE
public static final int REASON_WORLD_LEVEL_LOWER_THAN_HOST_VALUEREASON_WORLD_LEVEL_LOWER_THAN_HOST = 5;- See Also:
-
REASON_HOST_IN_MATCH_VALUE
public static final int REASON_HOST_IN_MATCH_VALUEREASON_HOST_IN_MATCH = 6;- See Also:
-
REASON_PLAYER_IN_BLACKLIST_VALUE
public static final int REASON_PLAYER_IN_BLACKLIST_VALUEREASON_PLAYER_IN_BLACKLIST = 7;- See Also:
-
REASON_PS_PLAYER_NOT_ACCEPT_OTHERS_VALUE
public static final int REASON_PS_PLAYER_NOT_ACCEPT_OTHERS_VALUEREASON_PS_PLAYER_NOT_ACCEPT_OTHERS = 8;- See Also:
-
REASON_HOST_IS_BLOCKED_VALUE
public static final int REASON_HOST_IS_BLOCKED_VALUEREASON_HOST_IS_BLOCKED = 9;- See Also:
-
REASON_OTHER_DATA_VERSION_NOT_LATEST_VALUE
public static final int REASON_OTHER_DATA_VERSION_NOT_LATEST_VALUEREASON_OTHER_DATA_VERSION_NOT_LATEST = 10;- See Also:
-
REASON_DATA_VERSION_NOT_LATEST_VALUE
public static final int REASON_DATA_VERSION_NOT_LATEST_VALUEREASON_DATA_VERSION_NOT_LATEST = 11;- See Also:
-
REASON_PLAYER_NOT_IN_PLAYER_WORLD_VALUE
public static final int REASON_PLAYER_NOT_IN_PLAYER_WORLD_VALUEREASON_PLAYER_NOT_IN_PLAYER_WORLD = 12;- See Also:
-
REASON_MAX_PLAYER_VALUE
public static final int REASON_MAX_PLAYER_VALUEREASON_MAX_PLAYER = 13;- See Also:
-
-
Method Details
-
values
public static PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason[] values()Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason forNumber(int value) - Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-