Enum Class AccountTypeOuterClass.AccountType

java.lang.Object
java.lang.Enum<AccountTypeOuterClass.AccountType>
emu.grasscutter.net.proto.AccountTypeOuterClass.AccountType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<AccountTypeOuterClass.AccountType>, Constable
Enclosing class:
AccountTypeOuterClass

public static enum AccountTypeOuterClass.AccountType extends Enum<AccountTypeOuterClass.AccountType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum AccountType
  • Enum Constant Details

  • Field Details

    • ACCOUNT_TYPE_MIHOYO_GUEST_VALUE

      public static final int ACCOUNT_TYPE_MIHOYO_GUEST_VALUE
      ACCOUNT_TYPE_MIHOYO_GUEST = 0;
      See Also:
    • ACCOUNT_TYPE_MIHOYO_VALUE

      public static final int ACCOUNT_TYPE_MIHOYO_VALUE
      ACCOUNT_TYPE_MIHOYO = 1;
      See Also:
    • ACCOUNT_TYPE_XIAOMI_VALUE

      public static final int ACCOUNT_TYPE_XIAOMI_VALUE
      ACCOUNT_TYPE_XIAOMI = 11;
      See Also:
    • ACCOUNT_TYPE_COOLPAD_VALUE

      public static final int ACCOUNT_TYPE_COOLPAD_VALUE
      ACCOUNT_TYPE_COOLPAD = 12;
      See Also:
    • ACCOUNT_TYPE_YYB_VALUE

      public static final int ACCOUNT_TYPE_YYB_VALUE
      ACCOUNT_TYPE_YYB = 13;
      See Also:
    • ACCOUNT_TYPE_BILI_VALUE

      public static final int ACCOUNT_TYPE_BILI_VALUE
      ACCOUNT_TYPE_BILI = 14;
      See Also:
    • ACCOUNT_TYPE_HUAWEI_VALUE

      public static final int ACCOUNT_TYPE_HUAWEI_VALUE
      ACCOUNT_TYPE_HUAWEI = 15;
      See Also:
    • ACCOUNT_TYPE_MEIZU_VALUE

      public static final int ACCOUNT_TYPE_MEIZU_VALUE
      ACCOUNT_TYPE_MEIZU = 16;
      See Also:
    • ACCOUNT_TYPE_360_VALUE

      public static final int ACCOUNT_TYPE_360_VALUE
      ACCOUNT_TYPE_360 = 17;
      See Also:
    • ACCOUNT_TYPE_OPPO_VALUE

      public static final int ACCOUNT_TYPE_OPPO_VALUE
      ACCOUNT_TYPE_OPPO = 18;
      See Also:
    • ACCOUNT_TYPE_VIVO_VALUE

      public static final int ACCOUNT_TYPE_VIVO_VALUE
      ACCOUNT_TYPE_VIVO = 19;
      See Also:
    • ACCOUNT_TYPE_UC_VALUE

      public static final int ACCOUNT_TYPE_UC_VALUE
      ACCOUNT_TYPE_UC = 20;
      See Also:
    • ACCOUNT_TYPE_WANDOJIA_VALUE

      public static final int ACCOUNT_TYPE_WANDOJIA_VALUE
      ACCOUNT_TYPE_WANDOJIA = 21;
      See Also:
    • ACCOUNT_TYPE_LENOVO_VALUE

      public static final int ACCOUNT_TYPE_LENOVO_VALUE
      ACCOUNT_TYPE_LENOVO = 22;
      See Also:
    • ACCOUNT_TYPE_JINLI_VALUE

      public static final int ACCOUNT_TYPE_JINLI_VALUE
      ACCOUNT_TYPE_JINLI = 23;
      See Also:
    • ACCOUNT_TYPE_BAIDU_VALUE

      public static final int ACCOUNT_TYPE_BAIDU_VALUE
      ACCOUNT_TYPE_BAIDU = 25;
      See Also:
    • ACCOUNT_TYPE_DANGLE_VALUE

      public static final int ACCOUNT_TYPE_DANGLE_VALUE
      ACCOUNT_TYPE_DANGLE = 26;
      See Also:
  • Method Details

    • values

      public static AccountTypeOuterClass.AccountType[] 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 AccountTypeOuterClass.AccountType 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 AccountTypeOuterClass.AccountType 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 AccountTypeOuterClass.AccountType 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<AccountTypeOuterClass.AccountType> 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 AccountTypeOuterClass.AccountType 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