Package emu.grasscutter.net.proto
Enum Class GCGActionTypeOuterClass.GCGActionType
java.lang.Object
java.lang.Enum<GCGActionTypeOuterClass.GCGActionType>
emu.grasscutter.net.proto.GCGActionTypeOuterClass.GCGActionType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<GCGActionTypeOuterClass.GCGActionType>,Constable
- Enclosing class:
- GCGActionTypeOuterClass
public static enum GCGActionTypeOuterClass.GCGActionType
extends Enum<GCGActionTypeOuterClass.GCGActionType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
GCGActionType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGCG_ACTION_TYPE_AFTER_OPERATION = 17;GCG_ACTION_TYPE_ATTACK = 8;GCG_ACTION_TYPE_BEFORE_NEXT_OPERATION = 25;GCG_ACTION_TYPE_CUSTOM = 15;GCG_ACTION_TYPE_DRAW = 3;GCG_ACTION_TYPE_GAME_OVER = 12;GCG_ACTION_TYPE_NEXT_PHASE = 2;GCG_ACTION_TYPE_NONE = 0;GCG_ACTION_TYPE_NOTIFY_COST = 16;GCG_ACTION_TYPE_NOTIFY_SKILL_PREVIEW = 19;GCG_ACTION_TYPE_PASS = 10;GCG_ACTION_TYPE_PHASE_EXIT = 14;GCG_ACTION_TYPE_PLAY_CARD = 9;GCG_ACTION_TYPE_PREVIEW_AFTER_ATTACK = 21;GCG_ACTION_TYPE_PREVIEW_ATTACK = 20;GCG_ACTION_TYPE_REBOOT = 11;GCG_ACTION_TYPE_REDRAW = 4;GCG_ACTION_TYPE_REROLL = 7;GCG_ACTION_TYPE_ROLL = 6;GCG_ACTION_TYPE_SELECT_ONSTAGE = 5;GCG_ACTION_TYPE_SEND_MESSAGE = 22;GCG_ACTION_TYPE_SPECIAL_PHASE = 1;GCG_ACTION_TYPE_TRIGGER = 13;GCG_ACTION_TYPE_TRIGGER_SKILL = 24;GCG_ACTION_TYPE_USE_SKILL = 18;GCG_ACTION_TYPE_WAITING_CHARACTER = 23; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGCG_ACTION_TYPE_AFTER_OPERATION = 17;static final intGCG_ACTION_TYPE_ATTACK = 8;static final intGCG_ACTION_TYPE_BEFORE_NEXT_OPERATION = 25;static final intGCG_ACTION_TYPE_CUSTOM = 15;static final intGCG_ACTION_TYPE_DRAW = 3;static final intGCG_ACTION_TYPE_GAME_OVER = 12;static final intGCG_ACTION_TYPE_NEXT_PHASE = 2;static final intGCG_ACTION_TYPE_NONE = 0;static final intGCG_ACTION_TYPE_NOTIFY_COST = 16;static final intGCG_ACTION_TYPE_NOTIFY_SKILL_PREVIEW = 19;static final intGCG_ACTION_TYPE_PASS = 10;static final intGCG_ACTION_TYPE_PHASE_EXIT = 14;static final intGCG_ACTION_TYPE_PLAY_CARD = 9;static final intGCG_ACTION_TYPE_PREVIEW_AFTER_ATTACK = 21;static final intGCG_ACTION_TYPE_PREVIEW_ATTACK = 20;static final intGCG_ACTION_TYPE_REBOOT = 11;static final intGCG_ACTION_TYPE_REDRAW = 4;static final intGCG_ACTION_TYPE_REROLL = 7;static final intGCG_ACTION_TYPE_ROLL = 6;static final intGCG_ACTION_TYPE_SELECT_ONSTAGE = 5;static final intGCG_ACTION_TYPE_SEND_MESSAGE = 22;static final intGCG_ACTION_TYPE_SPECIAL_PHASE = 1;static final intGCG_ACTION_TYPE_TRIGGER_SKILL = 24;static final intGCG_ACTION_TYPE_TRIGGER = 13;static final intGCG_ACTION_TYPE_USE_SKILL = 18;static final intGCG_ACTION_TYPE_WAITING_CHARACTER = 23; -
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<GCGActionTypeOuterClass.GCGActionType>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
-
GCG_ACTION_TYPE_NONE
GCG_ACTION_TYPE_NONE = 0; -
GCG_ACTION_TYPE_SPECIAL_PHASE
GCG_ACTION_TYPE_SPECIAL_PHASE = 1; -
GCG_ACTION_TYPE_NEXT_PHASE
GCG_ACTION_TYPE_NEXT_PHASE = 2; -
GCG_ACTION_TYPE_DRAW
GCG_ACTION_TYPE_DRAW = 3; -
GCG_ACTION_TYPE_REDRAW
GCG_ACTION_TYPE_REDRAW = 4; -
GCG_ACTION_TYPE_SELECT_ONSTAGE
GCG_ACTION_TYPE_SELECT_ONSTAGE = 5; -
GCG_ACTION_TYPE_ROLL
GCG_ACTION_TYPE_ROLL = 6; -
GCG_ACTION_TYPE_REROLL
GCG_ACTION_TYPE_REROLL = 7; -
GCG_ACTION_TYPE_ATTACK
GCG_ACTION_TYPE_ATTACK = 8; -
GCG_ACTION_TYPE_PLAY_CARD
GCG_ACTION_TYPE_PLAY_CARD = 9; -
GCG_ACTION_TYPE_PASS
GCG_ACTION_TYPE_PASS = 10; -
GCG_ACTION_TYPE_REBOOT
GCG_ACTION_TYPE_REBOOT = 11; -
GCG_ACTION_TYPE_GAME_OVER
GCG_ACTION_TYPE_GAME_OVER = 12; -
GCG_ACTION_TYPE_TRIGGER
GCG_ACTION_TYPE_TRIGGER = 13; -
GCG_ACTION_TYPE_PHASE_EXIT
GCG_ACTION_TYPE_PHASE_EXIT = 14; -
GCG_ACTION_TYPE_CUSTOM
GCG_ACTION_TYPE_CUSTOM = 15; -
GCG_ACTION_TYPE_NOTIFY_COST
GCG_ACTION_TYPE_NOTIFY_COST = 16; -
GCG_ACTION_TYPE_AFTER_OPERATION
GCG_ACTION_TYPE_AFTER_OPERATION = 17; -
GCG_ACTION_TYPE_USE_SKILL
GCG_ACTION_TYPE_USE_SKILL = 18; -
GCG_ACTION_TYPE_NOTIFY_SKILL_PREVIEW
GCG_ACTION_TYPE_NOTIFY_SKILL_PREVIEW = 19; -
GCG_ACTION_TYPE_PREVIEW_ATTACK
GCG_ACTION_TYPE_PREVIEW_ATTACK = 20; -
GCG_ACTION_TYPE_PREVIEW_AFTER_ATTACK
GCG_ACTION_TYPE_PREVIEW_AFTER_ATTACK = 21; -
GCG_ACTION_TYPE_SEND_MESSAGE
GCG_ACTION_TYPE_SEND_MESSAGE = 22; -
GCG_ACTION_TYPE_WAITING_CHARACTER
GCG_ACTION_TYPE_WAITING_CHARACTER = 23; -
GCG_ACTION_TYPE_TRIGGER_SKILL
GCG_ACTION_TYPE_TRIGGER_SKILL = 24; -
GCG_ACTION_TYPE_BEFORE_NEXT_OPERATION
GCG_ACTION_TYPE_BEFORE_NEXT_OPERATION = 25; -
UNRECOGNIZED
-
-
Field Details
-
GCG_ACTION_TYPE_NONE_VALUE
public static final int GCG_ACTION_TYPE_NONE_VALUEGCG_ACTION_TYPE_NONE = 0;- See Also:
-
GCG_ACTION_TYPE_SPECIAL_PHASE_VALUE
public static final int GCG_ACTION_TYPE_SPECIAL_PHASE_VALUEGCG_ACTION_TYPE_SPECIAL_PHASE = 1;- See Also:
-
GCG_ACTION_TYPE_NEXT_PHASE_VALUE
public static final int GCG_ACTION_TYPE_NEXT_PHASE_VALUEGCG_ACTION_TYPE_NEXT_PHASE = 2;- See Also:
-
GCG_ACTION_TYPE_DRAW_VALUE
public static final int GCG_ACTION_TYPE_DRAW_VALUEGCG_ACTION_TYPE_DRAW = 3;- See Also:
-
GCG_ACTION_TYPE_REDRAW_VALUE
public static final int GCG_ACTION_TYPE_REDRAW_VALUEGCG_ACTION_TYPE_REDRAW = 4;- See Also:
-
GCG_ACTION_TYPE_SELECT_ONSTAGE_VALUE
public static final int GCG_ACTION_TYPE_SELECT_ONSTAGE_VALUEGCG_ACTION_TYPE_SELECT_ONSTAGE = 5;- See Also:
-
GCG_ACTION_TYPE_ROLL_VALUE
public static final int GCG_ACTION_TYPE_ROLL_VALUEGCG_ACTION_TYPE_ROLL = 6;- See Also:
-
GCG_ACTION_TYPE_REROLL_VALUE
public static final int GCG_ACTION_TYPE_REROLL_VALUEGCG_ACTION_TYPE_REROLL = 7;- See Also:
-
GCG_ACTION_TYPE_ATTACK_VALUE
public static final int GCG_ACTION_TYPE_ATTACK_VALUEGCG_ACTION_TYPE_ATTACK = 8;- See Also:
-
GCG_ACTION_TYPE_PLAY_CARD_VALUE
public static final int GCG_ACTION_TYPE_PLAY_CARD_VALUEGCG_ACTION_TYPE_PLAY_CARD = 9;- See Also:
-
GCG_ACTION_TYPE_PASS_VALUE
public static final int GCG_ACTION_TYPE_PASS_VALUEGCG_ACTION_TYPE_PASS = 10;- See Also:
-
GCG_ACTION_TYPE_REBOOT_VALUE
public static final int GCG_ACTION_TYPE_REBOOT_VALUEGCG_ACTION_TYPE_REBOOT = 11;- See Also:
-
GCG_ACTION_TYPE_GAME_OVER_VALUE
public static final int GCG_ACTION_TYPE_GAME_OVER_VALUEGCG_ACTION_TYPE_GAME_OVER = 12;- See Also:
-
GCG_ACTION_TYPE_TRIGGER_VALUE
public static final int GCG_ACTION_TYPE_TRIGGER_VALUEGCG_ACTION_TYPE_TRIGGER = 13;- See Also:
-
GCG_ACTION_TYPE_PHASE_EXIT_VALUE
public static final int GCG_ACTION_TYPE_PHASE_EXIT_VALUEGCG_ACTION_TYPE_PHASE_EXIT = 14;- See Also:
-
GCG_ACTION_TYPE_CUSTOM_VALUE
public static final int GCG_ACTION_TYPE_CUSTOM_VALUEGCG_ACTION_TYPE_CUSTOM = 15;- See Also:
-
GCG_ACTION_TYPE_NOTIFY_COST_VALUE
public static final int GCG_ACTION_TYPE_NOTIFY_COST_VALUEGCG_ACTION_TYPE_NOTIFY_COST = 16;- See Also:
-
GCG_ACTION_TYPE_AFTER_OPERATION_VALUE
public static final int GCG_ACTION_TYPE_AFTER_OPERATION_VALUEGCG_ACTION_TYPE_AFTER_OPERATION = 17;- See Also:
-
GCG_ACTION_TYPE_USE_SKILL_VALUE
public static final int GCG_ACTION_TYPE_USE_SKILL_VALUEGCG_ACTION_TYPE_USE_SKILL = 18;- See Also:
-
GCG_ACTION_TYPE_NOTIFY_SKILL_PREVIEW_VALUE
public static final int GCG_ACTION_TYPE_NOTIFY_SKILL_PREVIEW_VALUEGCG_ACTION_TYPE_NOTIFY_SKILL_PREVIEW = 19;- See Also:
-
GCG_ACTION_TYPE_PREVIEW_ATTACK_VALUE
public static final int GCG_ACTION_TYPE_PREVIEW_ATTACK_VALUEGCG_ACTION_TYPE_PREVIEW_ATTACK = 20;- See Also:
-
GCG_ACTION_TYPE_PREVIEW_AFTER_ATTACK_VALUE
public static final int GCG_ACTION_TYPE_PREVIEW_AFTER_ATTACK_VALUEGCG_ACTION_TYPE_PREVIEW_AFTER_ATTACK = 21;- See Also:
-
GCG_ACTION_TYPE_SEND_MESSAGE_VALUE
public static final int GCG_ACTION_TYPE_SEND_MESSAGE_VALUEGCG_ACTION_TYPE_SEND_MESSAGE = 22;- See Also:
-
GCG_ACTION_TYPE_WAITING_CHARACTER_VALUE
public static final int GCG_ACTION_TYPE_WAITING_CHARACTER_VALUEGCG_ACTION_TYPE_WAITING_CHARACTER = 23;- See Also:
-
GCG_ACTION_TYPE_TRIGGER_SKILL_VALUE
public static final int GCG_ACTION_TYPE_TRIGGER_SKILL_VALUEGCG_ACTION_TYPE_TRIGGER_SKILL = 24;- See Also:
-
GCG_ACTION_TYPE_BEFORE_NEXT_OPERATION_VALUE
public static final int GCG_ACTION_TYPE_BEFORE_NEXT_OPERATION_VALUEGCG_ACTION_TYPE_BEFORE_NEXT_OPERATION = 25;- 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<GCGActionTypeOuterClass.GCGActionType> 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 GCGActionTypeOuterClass.GCGActionType 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
-