Enum Class ChannelIdTypeOuterClass.ChannelIdType

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

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

  • Field Details

    • CHANNEL_ID_TYPE_NONE_VALUE

      public static final int CHANNEL_ID_TYPE_NONE_VALUE
      CHANNEL_ID_TYPE_NONE = 0;
      See Also:
    • CHANNEL_ID_TYPE_MIHOYO_VALUE

      public static final int CHANNEL_ID_TYPE_MIHOYO_VALUE
      CHANNEL_ID_TYPE_MIHOYO = 1;
      See Also:
    • CHANNEL_ID_TYPE_XIAOMI_VALUE

      public static final int CHANNEL_ID_TYPE_XIAOMI_VALUE
      CHANNEL_ID_TYPE_XIAOMI = 11;
      See Also:
    • CHANNEL_ID_TYPE_COOLPAD_VALUE

      public static final int CHANNEL_ID_TYPE_COOLPAD_VALUE
      CHANNEL_ID_TYPE_COOLPAD = 12;
      See Also:
    • CHANNEL_ID_TYPE_YYB_VALUE

      public static final int CHANNEL_ID_TYPE_YYB_VALUE
      CHANNEL_ID_TYPE_YYB = 13;
      See Also:
    • CHANNEL_ID_TYPE_BILI_VALUE

      public static final int CHANNEL_ID_TYPE_BILI_VALUE
      CHANNEL_ID_TYPE_BILI = 14;
      See Also:
    • CHANNEL_ID_TYPE_HUAWEI_VALUE

      public static final int CHANNEL_ID_TYPE_HUAWEI_VALUE
      CHANNEL_ID_TYPE_HUAWEI = 15;
      See Also:
    • CHANNEL_ID_TYPE_MEIZU_VALUE

      public static final int CHANNEL_ID_TYPE_MEIZU_VALUE
      CHANNEL_ID_TYPE_MEIZU = 16;
      See Also:
    • CHANNEL_ID_TYPE_360_VALUE

      public static final int CHANNEL_ID_TYPE_360_VALUE
      CHANNEL_ID_TYPE_360 = 17;
      See Also:
    • CHANNEL_ID_TYPE_OPPO_VALUE

      public static final int CHANNEL_ID_TYPE_OPPO_VALUE
      CHANNEL_ID_TYPE_OPPO = 18;
      See Also:
    • CHANNEL_ID_TYPE_VIVO_VALUE

      public static final int CHANNEL_ID_TYPE_VIVO_VALUE
      CHANNEL_ID_TYPE_VIVO = 19;
      See Also:
    • CHANNEL_ID_TYPE_UC_VALUE

      public static final int CHANNEL_ID_TYPE_UC_VALUE
      CHANNEL_ID_TYPE_UC = 20;
      See Also:
    • CHANNEL_ID_TYPE_LENOVO_VALUE

      public static final int CHANNEL_ID_TYPE_LENOVO_VALUE
      CHANNEL_ID_TYPE_LENOVO = 22;
      See Also:
    • CHANNEL_ID_TYPE_JINLI_VALUE

      public static final int CHANNEL_ID_TYPE_JINLI_VALUE
      CHANNEL_ID_TYPE_JINLI = 23;
      See Also:
    • CHANNEL_ID_TYPE_BAIDU_VALUE

      public static final int CHANNEL_ID_TYPE_BAIDU_VALUE
      CHANNEL_ID_TYPE_BAIDU = 25;
      See Also:
    • CHANNEL_ID_TYPE_DANGLE_VALUE

      public static final int CHANNEL_ID_TYPE_DANGLE_VALUE
      CHANNEL_ID_TYPE_DANGLE = 26;
      See Also:
  • Method Details

    • values

      public static ChannelIdTypeOuterClass.ChannelIdType[] 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 ChannelIdTypeOuterClass.ChannelIdType 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 ChannelIdTypeOuterClass.ChannelIdType 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 ChannelIdTypeOuterClass.ChannelIdType 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<ChannelIdTypeOuterClass.ChannelIdType> 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 ChannelIdTypeOuterClass.ChannelIdType 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