Package emu.grasscutter.net.proto
Enum Class SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase
java.lang.Object
java.lang.Enum<SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase>
emu.grasscutter.net.proto.SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase>,Constable
public static enum SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase
extends Enum<SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase>
implements com.google.protobuf.Internal.EnumLite
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
FIRST_STAGE_INFO
public static final SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase FIRST_STAGE_INFO -
SECOND_STAGE_INFO
public static final SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase SECOND_STAGE_INFO -
THIRD_STAGE_INFO
public static final SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase THIRD_STAGE_INFO -
INFO_NOT_SET
public static final SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase INFO_NOT_SET
-
-
Method Details
-
values
public static SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase[] 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 SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase 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
-
valueOf
@Deprecated public static SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase 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 SceneGalleryVintageHuntingInfoOuterClass.SceneGalleryVintageHuntingInfo.InfoCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-