Enum Class PlatformTypeOuterClass.PlatformType

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

public static enum PlatformTypeOuterClass.PlatformType extends Enum<PlatformTypeOuterClass.PlatformType> implements com.google.protobuf.ProtocolMessageEnum
 Name: EILHMHEJAPN
 
Protobuf enum PlatformType
  • Enum Constant Details

  • Field Details

    • PLATFORM_TYPE_EDITOR_VALUE

      public static final int PLATFORM_TYPE_EDITOR_VALUE
      PLATFORM_TYPE_EDITOR = 0;
      See Also:
    • PLATFORM_TYPE_IOS_VALUE

      public static final int PLATFORM_TYPE_IOS_VALUE
      PLATFORM_TYPE_IOS = 1;
      See Also:
    • PLATFORM_TYPE_ANDROID_VALUE

      public static final int PLATFORM_TYPE_ANDROID_VALUE
      PLATFORM_TYPE_ANDROID = 2;
      See Also:
    • PLATFORM_TYPE_PC_VALUE

      public static final int PLATFORM_TYPE_PC_VALUE
      PLATFORM_TYPE_PC = 3;
      See Also:
    • PLATFORM_TYPE_PS4_VALUE

      public static final int PLATFORM_TYPE_PS4_VALUE
      PLATFORM_TYPE_PS4 = 4;
      See Also:
    • PLATFORM_TYPE_SERVER_VALUE

      public static final int PLATFORM_TYPE_SERVER_VALUE
      PLATFORM_TYPE_SERVER = 5;
      See Also:
    • PLATFORM_TYPE_CLOUD_ANDROID_VALUE

      public static final int PLATFORM_TYPE_CLOUD_ANDROID_VALUE
      PLATFORM_TYPE_CLOUD_ANDROID = 6;
      See Also:
    • PLATFORM_TYPE_CLOUD_IOS_VALUE

      public static final int PLATFORM_TYPE_CLOUD_IOS_VALUE
      PLATFORM_TYPE_CLOUD_IOS = 7;
      See Also:
    • PLATFORM_TYPE_PS5_VALUE

      public static final int PLATFORM_TYPE_PS5_VALUE
      PLATFORM_TYPE_PS5 = 8;
      See Also:
    • PLATFORM_TYPE_CLOUD_WEB_VALUE

      public static final int PLATFORM_TYPE_CLOUD_WEB_VALUE
      PLATFORM_TYPE_CLOUD_WEB = 9;
      See Also:
    • PLATFORM_TYPE_CLOUD_TV_VALUE

      public static final int PLATFORM_TYPE_CLOUD_TV_VALUE
      PLATFORM_TYPE_CLOUD_TV = 10;
      See Also:
    • PLATFORM_TYPE_CLOUD_MAC_VALUE

      public static final int PLATFORM_TYPE_CLOUD_MAC_VALUE
      PLATFORM_TYPE_CLOUD_MAC = 11;
      See Also:
    • PLATFORM_TYPE_CLOUD_PC_VALUE

      public static final int PLATFORM_TYPE_CLOUD_PC_VALUE
      PLATFORM_TYPE_CLOUD_PC = 12;
      See Also:
    • PLATFORM_TYPE_CLOUD_THIRD_PARTY_MOBILE_VALUE

      public static final int PLATFORM_TYPE_CLOUD_THIRD_PARTY_MOBILE_VALUE
      PLATFORM_TYPE_CLOUD_THIRD_PARTY_MOBILE = 13;
      See Also:
    • PLATFORM_TYPE_CLOUD_THIRD_PARTY_PC_VALUE

      public static final int PLATFORM_TYPE_CLOUD_THIRD_PARTY_PC_VALUE
      PLATFORM_TYPE_CLOUD_THIRD_PARTY_PC = 14;
      See Also:
  • Method Details

    • values

      public static PlatformTypeOuterClass.PlatformType[] 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 PlatformTypeOuterClass.PlatformType 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 PlatformTypeOuterClass.PlatformType 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 PlatformTypeOuterClass.PlatformType 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<PlatformTypeOuterClass.PlatformType> 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 PlatformTypeOuterClass.PlatformType 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