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
  • Enum Constant Details

  • Field Details

    • GCG_ACTION_TYPE_NONE_VALUE

      public static final int GCG_ACTION_TYPE_NONE_VALUE
      GCG_ACTION_TYPE_NONE = 0;
      See Also:
    • GCG_ACTION_TYPE_SPECIAL_PHASE_VALUE

      public static final int GCG_ACTION_TYPE_SPECIAL_PHASE_VALUE
      GCG_ACTION_TYPE_SPECIAL_PHASE = 1;
      See Also:
    • GCG_ACTION_TYPE_NEXT_PHASE_VALUE

      public static final int GCG_ACTION_TYPE_NEXT_PHASE_VALUE
      GCG_ACTION_TYPE_NEXT_PHASE = 2;
      See Also:
    • GCG_ACTION_TYPE_DRAW_VALUE

      public static final int GCG_ACTION_TYPE_DRAW_VALUE
      GCG_ACTION_TYPE_DRAW = 3;
      See Also:
    • GCG_ACTION_TYPE_REDRAW_VALUE

      public static final int GCG_ACTION_TYPE_REDRAW_VALUE
      GCG_ACTION_TYPE_REDRAW = 4;
      See Also:
    • GCG_ACTION_TYPE_SELECT_ONSTAGE_VALUE

      public static final int GCG_ACTION_TYPE_SELECT_ONSTAGE_VALUE
      GCG_ACTION_TYPE_SELECT_ONSTAGE = 5;
      See Also:
    • GCG_ACTION_TYPE_ROLL_VALUE

      public static final int GCG_ACTION_TYPE_ROLL_VALUE
      GCG_ACTION_TYPE_ROLL = 6;
      See Also:
    • GCG_ACTION_TYPE_REROLL_VALUE

      public static final int GCG_ACTION_TYPE_REROLL_VALUE
      GCG_ACTION_TYPE_REROLL = 7;
      See Also:
    • GCG_ACTION_TYPE_ATTACK_VALUE

      public static final int GCG_ACTION_TYPE_ATTACK_VALUE
      GCG_ACTION_TYPE_ATTACK = 8;
      See Also:
    • GCG_ACTION_TYPE_PLAY_CARD_VALUE

      public static final int GCG_ACTION_TYPE_PLAY_CARD_VALUE
      GCG_ACTION_TYPE_PLAY_CARD = 9;
      See Also:
    • GCG_ACTION_TYPE_PASS_VALUE

      public static final int GCG_ACTION_TYPE_PASS_VALUE
      GCG_ACTION_TYPE_PASS = 10;
      See Also:
    • GCG_ACTION_TYPE_REBOOT_VALUE

      public static final int GCG_ACTION_TYPE_REBOOT_VALUE
      GCG_ACTION_TYPE_REBOOT = 11;
      See Also:
    • GCG_ACTION_TYPE_GAME_OVER_VALUE

      public static final int GCG_ACTION_TYPE_GAME_OVER_VALUE
      GCG_ACTION_TYPE_GAME_OVER = 12;
      See Also:
    • GCG_ACTION_TYPE_TRIGGER_VALUE

      public static final int GCG_ACTION_TYPE_TRIGGER_VALUE
      GCG_ACTION_TYPE_TRIGGER = 13;
      See Also:
    • GCG_ACTION_TYPE_PHASE_EXIT_VALUE

      public static final int GCG_ACTION_TYPE_PHASE_EXIT_VALUE
      GCG_ACTION_TYPE_PHASE_EXIT = 14;
      See Also:
    • GCG_ACTION_TYPE_CUSTOM_VALUE

      public static final int GCG_ACTION_TYPE_CUSTOM_VALUE
      GCG_ACTION_TYPE_CUSTOM = 15;
      See Also:
    • GCG_ACTION_TYPE_NOTIFY_COST_VALUE

      public static final int GCG_ACTION_TYPE_NOTIFY_COST_VALUE
      GCG_ACTION_TYPE_NOTIFY_COST = 16;
      See Also:
    • GCG_ACTION_TYPE_AFTER_OPERATION_VALUE

      public static final int GCG_ACTION_TYPE_AFTER_OPERATION_VALUE
      GCG_ACTION_TYPE_AFTER_OPERATION = 17;
      See Also:
    • GCG_ACTION_TYPE_USE_SKILL_VALUE

      public static final int GCG_ACTION_TYPE_USE_SKILL_VALUE
      GCG_ACTION_TYPE_USE_SKILL = 18;
      See Also:
    • GCG_ACTION_TYPE_NOTIFY_SKILL_PREVIEW_VALUE

      public static final int GCG_ACTION_TYPE_NOTIFY_SKILL_PREVIEW_VALUE
      GCG_ACTION_TYPE_NOTIFY_SKILL_PREVIEW = 19;
      See Also:
    • GCG_ACTION_TYPE_PREVIEW_ATTACK_VALUE

      public static final int GCG_ACTION_TYPE_PREVIEW_ATTACK_VALUE
      GCG_ACTION_TYPE_PREVIEW_ATTACK = 20;
      See Also:
    • GCG_ACTION_TYPE_PREVIEW_AFTER_ATTACK_VALUE

      public static final int GCG_ACTION_TYPE_PREVIEW_AFTER_ATTACK_VALUE
      GCG_ACTION_TYPE_PREVIEW_AFTER_ATTACK = 21;
      See Also:
    • GCG_ACTION_TYPE_SEND_MESSAGE_VALUE

      public static final int GCG_ACTION_TYPE_SEND_MESSAGE_VALUE
      GCG_ACTION_TYPE_SEND_MESSAGE = 22;
      See Also:
    • GCG_ACTION_TYPE_WAITING_CHARACTER_VALUE

      public static final int GCG_ACTION_TYPE_WAITING_CHARACTER_VALUE
      GCG_ACTION_TYPE_WAITING_CHARACTER = 23;
      See Also:
    • GCG_ACTION_TYPE_TRIGGER_SKILL_VALUE

      public static final int GCG_ACTION_TYPE_TRIGGER_SKILL_VALUE
      GCG_ACTION_TYPE_TRIGGER_SKILL = 24;
      See Also:
    • GCG_ACTION_TYPE_BEFORE_NEXT_OPERATION_VALUE

      public static final int GCG_ACTION_TYPE_BEFORE_NEXT_OPERATION_VALUE
      GCG_ACTION_TYPE_BEFORE_NEXT_OPERATION = 25;
      See Also:
  • Method Details

    • values

      public static GCGActionTypeOuterClass.GCGActionType[] 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 GCGActionTypeOuterClass.GCGActionType 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static GCGActionTypeOuterClass.GCGActionType 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 name
      NullPointerException - if the argument is null
    • forNumber

      public static GCGActionTypeOuterClass.GCGActionType forNumber(int value)
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null