Enum Class LanguageTypeOuterClass.LanguageType

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

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

  • Field Details

    • LANGUAGE_TYPE_NONE_VALUE

      public static final int LANGUAGE_TYPE_NONE_VALUE
      LANGUAGE_TYPE_NONE = 0;
      See Also:
    • LANGUAGE_TYPE_EN_VALUE

      public static final int LANGUAGE_TYPE_EN_VALUE
      LANGUAGE_TYPE_EN = 1;
      See Also:
    • LANGUAGE_TYPE_SC_VALUE

      public static final int LANGUAGE_TYPE_SC_VALUE
      LANGUAGE_TYPE_SC = 2;
      See Also:
    • LANGUAGE_TYPE_TC_VALUE

      public static final int LANGUAGE_TYPE_TC_VALUE
      LANGUAGE_TYPE_TC = 3;
      See Also:
    • LANGUAGE_TYPE_FR_VALUE

      public static final int LANGUAGE_TYPE_FR_VALUE
      LANGUAGE_TYPE_FR = 4;
      See Also:
    • LANGUAGE_TYPE_DE_VALUE

      public static final int LANGUAGE_TYPE_DE_VALUE
      LANGUAGE_TYPE_DE = 5;
      See Also:
    • LANGUAGE_TYPE_ES_VALUE

      public static final int LANGUAGE_TYPE_ES_VALUE
      LANGUAGE_TYPE_ES = 6;
      See Also:
    • LANGUAGE_TYPE_PT_VALUE

      public static final int LANGUAGE_TYPE_PT_VALUE
      LANGUAGE_TYPE_PT = 7;
      See Also:
    • LANGUAGE_TYPE_RU_VALUE

      public static final int LANGUAGE_TYPE_RU_VALUE
      LANGUAGE_TYPE_RU = 8;
      See Also:
    • LANGUAGE_TYPE_JP_VALUE

      public static final int LANGUAGE_TYPE_JP_VALUE
      LANGUAGE_TYPE_JP = 9;
      See Also:
    • LANGUAGE_TYPE_KR_VALUE

      public static final int LANGUAGE_TYPE_KR_VALUE
      LANGUAGE_TYPE_KR = 10;
      See Also:
    • LANGUAGE_TYPE_TH_VALUE

      public static final int LANGUAGE_TYPE_TH_VALUE
      LANGUAGE_TYPE_TH = 11;
      See Also:
    • LANGUAGE_TYPE_VN_VALUE

      public static final int LANGUAGE_TYPE_VN_VALUE
      LANGUAGE_TYPE_VN = 12;
      See Also:
    • LANGUAGE_TYPE_ID_VALUE

      public static final int LANGUAGE_TYPE_ID_VALUE
      LANGUAGE_TYPE_ID = 13;
      See Also:
    • LANGUAGE_TYPE_TR_VALUE

      public static final int LANGUAGE_TYPE_TR_VALUE
      LANGUAGE_TYPE_TR = 14;
      See Also:
    • LANGUAGE_TYPE_IT_VALUE

      public static final int LANGUAGE_TYPE_IT_VALUE
      LANGUAGE_TYPE_IT = 15;
      See Also:
  • Method Details

    • values

      public static LanguageTypeOuterClass.LanguageType[] 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 LanguageTypeOuterClass.LanguageType 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 LanguageTypeOuterClass.LanguageType 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 LanguageTypeOuterClass.LanguageType 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<LanguageTypeOuterClass.LanguageType> 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 LanguageTypeOuterClass.LanguageType 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