Package emu.grasscutter.net.proto
Enum Class GalleryStopReasonOuterClass.GalleryStopReason
java.lang.Object
java.lang.Enum<GalleryStopReasonOuterClass.GalleryStopReason>
emu.grasscutter.net.proto.GalleryStopReasonOuterClass.GalleryStopReason
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<GalleryStopReasonOuterClass.GalleryStopReason>,Constable
- Enclosing class:
- GalleryStopReasonOuterClass
public static enum GalleryStopReasonOuterClass.GalleryStopReason
extends Enum<GalleryStopReasonOuterClass.GalleryStopReason>
implements com.google.protobuf.ProtocolMessageEnum
Name: LLJAMLLPIIFProtobuf enum
GalleryStopReason-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGALLERY_STOP_AVATAR_DIE = 8;GALLERY_STOP_CLIENT_INTERRUPT = 2;GALLERY_STOP_FINISHED = 9;GALLERY_STOP_FUNGUS_ALL_DIE = 10;GALLERY_STOP_LIFE_COUNT_ZERO = 11;GALLERY_STOP_LUA_INTERRUPT_FAIL = 4;GALLERY_STOP_LUA_INTERRUPT_SUCCESS = 3;GALLERY_STOP_NONE = 0;GALLERY_STOP_OTHER_PLAYER_ENTER = 7;GALLERY_STOP_OWNER_LEAVE_SCENE = 5;GALLERY_STOP_PLAY_INIT_FAILED = 6;GALLERY_STOP_REASON_PALOHPNAIMF = 12;GALLERY_STOP_TIMEUP = 1; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGALLERY_STOP_AVATAR_DIE = 8;static final intGALLERY_STOP_CLIENT_INTERRUPT = 2;static final intGALLERY_STOP_FINISHED = 9;static final intGALLERY_STOP_FUNGUS_ALL_DIE = 10;static final intGALLERY_STOP_LIFE_COUNT_ZERO = 11;static final intGALLERY_STOP_LUA_INTERRUPT_FAIL = 4;static final intGALLERY_STOP_LUA_INTERRUPT_SUCCESS = 3;static final intGALLERY_STOP_NONE = 0;static final intGALLERY_STOP_OTHER_PLAYER_ENTER = 7;static final intGALLERY_STOP_OWNER_LEAVE_SCENE = 5;static final intGALLERY_STOP_PLAY_INIT_FAILED = 6;static final intGALLERY_STOP_REASON_PALOHPNAIMF = 12;static final intGALLERY_STOP_TIMEUP = 1; -
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<GalleryStopReasonOuterClass.GalleryStopReason>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
-
GALLERY_STOP_NONE
GALLERY_STOP_NONE = 0; -
GALLERY_STOP_TIMEUP
GALLERY_STOP_TIMEUP = 1; -
GALLERY_STOP_CLIENT_INTERRUPT
GALLERY_STOP_CLIENT_INTERRUPT = 2; -
GALLERY_STOP_LUA_INTERRUPT_SUCCESS
public static final GalleryStopReasonOuterClass.GalleryStopReason GALLERY_STOP_LUA_INTERRUPT_SUCCESSGALLERY_STOP_LUA_INTERRUPT_SUCCESS = 3; -
GALLERY_STOP_LUA_INTERRUPT_FAIL
GALLERY_STOP_LUA_INTERRUPT_FAIL = 4; -
GALLERY_STOP_OWNER_LEAVE_SCENE
GALLERY_STOP_OWNER_LEAVE_SCENE = 5; -
GALLERY_STOP_PLAY_INIT_FAILED
GALLERY_STOP_PLAY_INIT_FAILED = 6; -
GALLERY_STOP_OTHER_PLAYER_ENTER
GALLERY_STOP_OTHER_PLAYER_ENTER = 7; -
GALLERY_STOP_AVATAR_DIE
GALLERY_STOP_AVATAR_DIE = 8; -
GALLERY_STOP_FINISHED
GALLERY_STOP_FINISHED = 9; -
GALLERY_STOP_FUNGUS_ALL_DIE
GALLERY_STOP_FUNGUS_ALL_DIE = 10; -
GALLERY_STOP_LIFE_COUNT_ZERO
GALLERY_STOP_LIFE_COUNT_ZERO = 11; -
GALLERY_STOP_REASON_PALOHPNAIMF
GALLERY_STOP_REASON_PALOHPNAIMF = 12; -
UNRECOGNIZED
-
-
Field Details
-
GALLERY_STOP_NONE_VALUE
public static final int GALLERY_STOP_NONE_VALUEGALLERY_STOP_NONE = 0;- See Also:
-
GALLERY_STOP_TIMEUP_VALUE
public static final int GALLERY_STOP_TIMEUP_VALUEGALLERY_STOP_TIMEUP = 1;- See Also:
-
GALLERY_STOP_CLIENT_INTERRUPT_VALUE
public static final int GALLERY_STOP_CLIENT_INTERRUPT_VALUEGALLERY_STOP_CLIENT_INTERRUPT = 2;- See Also:
-
GALLERY_STOP_LUA_INTERRUPT_SUCCESS_VALUE
public static final int GALLERY_STOP_LUA_INTERRUPT_SUCCESS_VALUEGALLERY_STOP_LUA_INTERRUPT_SUCCESS = 3;- See Also:
-
GALLERY_STOP_LUA_INTERRUPT_FAIL_VALUE
public static final int GALLERY_STOP_LUA_INTERRUPT_FAIL_VALUEGALLERY_STOP_LUA_INTERRUPT_FAIL = 4;- See Also:
-
GALLERY_STOP_OWNER_LEAVE_SCENE_VALUE
public static final int GALLERY_STOP_OWNER_LEAVE_SCENE_VALUEGALLERY_STOP_OWNER_LEAVE_SCENE = 5;- See Also:
-
GALLERY_STOP_PLAY_INIT_FAILED_VALUE
public static final int GALLERY_STOP_PLAY_INIT_FAILED_VALUEGALLERY_STOP_PLAY_INIT_FAILED = 6;- See Also:
-
GALLERY_STOP_OTHER_PLAYER_ENTER_VALUE
public static final int GALLERY_STOP_OTHER_PLAYER_ENTER_VALUEGALLERY_STOP_OTHER_PLAYER_ENTER = 7;- See Also:
-
GALLERY_STOP_AVATAR_DIE_VALUE
public static final int GALLERY_STOP_AVATAR_DIE_VALUEGALLERY_STOP_AVATAR_DIE = 8;- See Also:
-
GALLERY_STOP_FINISHED_VALUE
public static final int GALLERY_STOP_FINISHED_VALUEGALLERY_STOP_FINISHED = 9;- See Also:
-
GALLERY_STOP_FUNGUS_ALL_DIE_VALUE
public static final int GALLERY_STOP_FUNGUS_ALL_DIE_VALUEGALLERY_STOP_FUNGUS_ALL_DIE = 10;- See Also:
-
GALLERY_STOP_LIFE_COUNT_ZERO_VALUE
public static final int GALLERY_STOP_LIFE_COUNT_ZERO_VALUEGALLERY_STOP_LIFE_COUNT_ZERO = 11;- See Also:
-
GALLERY_STOP_REASON_PALOHPNAIMF_VALUE
public static final int GALLERY_STOP_REASON_PALOHPNAIMF_VALUEGALLERY_STOP_REASON_PALOHPNAIMF = 12;- See Also:
-
-
Method Details
-
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
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.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
- 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<GalleryStopReasonOuterClass.GalleryStopReason> 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 GalleryStopReasonOuterClass.GalleryStopReason 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
-