Package emu.grasscutter.net.proto
Enum Class DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase
java.lang.Object
java.lang.Enum<DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase>
emu.grasscutter.net.proto.DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase>,Constable
- Enclosing class:
- DungeonSettleNotifyOuterClass.DungeonSettleNotify
public static enum DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase
extends Enum<DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase>
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
-
TOWER_LEVEL_END_NOTIFY
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase TOWER_LEVEL_END_NOTIFY -
TRIAL_AVATAR_FIRST_PASS_DUNGEON_NOTIFY
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase TRIAL_AVATAR_FIRST_PASS_DUNGEON_NOTIFY -
CHANNELLER_SLAB_LOOP_DUNGEON_RESULT_INFO
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase CHANNELLER_SLAB_LOOP_DUNGEON_RESULT_INFO -
EFFIGY_CHALLENGE_DUNGEON_RESULT_INFO
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase EFFIGY_CHALLENGE_DUNGEON_RESULT_INFO -
ROGUELIKE_DUNGEON_SETTLE_INFO
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase ROGUELIKE_DUNGEON_SETTLE_INFO -
CRYSTAL_LINK_SETTLE_INFO
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase CRYSTAL_LINK_SETTLE_INFO -
SUMMER_TIME_V2_DUNGEON_SETTLE_INFO
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase SUMMER_TIME_V2_DUNGEON_SETTLE_INFO -
INSTABLE_SPRAY_SETTLE_INFO
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase INSTABLE_SPRAY_SETTLE_INFO -
WIND_FIELD_DUNGEON_SETTLE_INFO
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase WIND_FIELD_DUNGEON_SETTLE_INFO -
EFFIGY_CHALLENGE_V2_SETTLE_INFO
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase EFFIGY_CHALLENGE_V2_SETTLE_INFO -
TEAM_CHAIN_SETTLE_INFO
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase TEAM_CHAIN_SETTLE_INFO -
PACMAN_SETTLE_INFO
-
FUNGUS_FIGHTER_V2_SETTLE_INFO
public static final DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase FUNGUS_FIGHTER_V2_SETTLE_INFO -
DETAIL_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 public static DungeonSettleNotifyOuterClass.DungeonSettleNotify.DetailCase 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
-
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-