Package emu.grasscutter.net.proto
Enum Class SceneGalleryInfoOuterClass.SceneGalleryInfo.InfoCase
java.lang.Object
java.lang.Enum<SceneGalleryInfoOuterClass.SceneGalleryInfo.InfoCase>
emu.grasscutter.net.proto.SceneGalleryInfoOuterClass.SceneGalleryInfo.InfoCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<SceneGalleryInfoOuterClass.SceneGalleryInfo.InfoCase>,Constable
- Enclosing class:
- SceneGalleryInfoOuterClass.SceneGalleryInfo
public static enum SceneGalleryInfoOuterClass.SceneGalleryInfo.InfoCase
extends Enum<SceneGalleryInfoOuterClass.SceneGalleryInfo.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 ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
BALLOON_INFO
-
FALL_INFO
-
FLOWER_INFO
-
BULLET_INFO
-
BROKEN_FLOOR_INFO
-
HIDE_AND_SEEK_INFO
-
BUOYANT_COMBAT_INFO
-
BOUNCE_CONJURING_INFO
-
HANDBALL_INFO
-
SUMO_INFO
-
SALVAGE_PREVENT_INFO
-
SALVAGE_ESCORT_INFO
-
HOME_BALLOON_INFO
-
CRYSTAL_LINK_INFO
-
IRODORI_MASTER_INFO
-
LUMINANCE_STONE_CHALLENGE_INFO
public static final SceneGalleryInfoOuterClass.SceneGalleryInfo.InfoCase LUMINANCE_STONE_CHALLENGE_INFO -
HOME_SEEK_FURNITURE_INFO
-
ISLAND_PARTY_DOWN_HILL_INFO
public static final SceneGalleryInfoOuterClass.SceneGalleryInfo.InfoCase ISLAND_PARTY_DOWN_HILL_INFO -
SUMMER_TIME_V2_BOAT_INFO
-
ISLAND_PARTY_RAFT_INFO
-
ISLAND_PARTY_SAIL_INFO
-
INSTABLE_SPRAY_INFO
-
MUQADAS_POTION_INFO
-
TREASURE_SEELIE_INFO
-
VINTAGE_HUNTING_INFO
-
WIND_FIELD_INFO
-
FUNGUS_FIGHTER_TRAINING_INFO
public static final SceneGalleryInfoOuterClass.SceneGalleryInfo.InfoCase FUNGUS_FIGHTER_TRAINING_INFO -
EFFIGY_CHALLENGE_INFO
-
FUNGUS_FIGHTER_CAPTURE_INFO
public static final SceneGalleryInfoOuterClass.SceneGalleryInfo.InfoCase FUNGUS_FIGHTER_CAPTURE_INFO -
CHAR_AMUSEMENT_INFO
-
COIN_COLLECT_INFO
-
INFO_NOT_SET
-
-
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
-
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
-
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-