Enum Class ServiceTypeOuterClass.ServiceType

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

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

  • Field Details

    • SERVICE_TYPE_NONE_VALUE

      public static final int SERVICE_TYPE_NONE_VALUE
      SERVICE_TYPE_NONE = 0;
      See Also:
    • SERVICE_TYPE_CLIENT_VALUE

      public static final int SERVICE_TYPE_CLIENT_VALUE
      SERVICE_TYPE_CLIENT = 1;
      See Also:
    • SERVICE_TYPE_GATE_VALUE

      public static final int SERVICE_TYPE_GATE_VALUE
      SERVICE_TYPE_GATE = 2;
      See Also:
    • SERVICE_TYPE_GAME_VALUE

      public static final int SERVICE_TYPE_GAME_VALUE
      SERVICE_TYPE_GAME = 3;
      See Also:
    • SERVICE_TYPE_NODE_VALUE

      public static final int SERVICE_TYPE_NODE_VALUE
      SERVICE_TYPE_NODE = 4;
      See Also:
    • SERVICE_TYPE_DB_VALUE

      public static final int SERVICE_TYPE_DB_VALUE
      SERVICE_TYPE_DB = 5;
      See Also:
    • SERVICE_TYPE_SNS_VALUE

      public static final int SERVICE_TYPE_SNS_VALUE
      SERVICE_TYPE_SNS = 6;
      See Also:
    • SERVICE_TYPE_DISPATCH_VALUE

      public static final int SERVICE_TYPE_DISPATCH_VALUE
      SERVICE_TYPE_DISPATCH = 7;
      See Also:
    • SERVICE_TYPE_MUIP_VALUE

      public static final int SERVICE_TYPE_MUIP_VALUE
      SERVICE_TYPE_MUIP = 8;
      See Also:
    • SERVICE_TYPE_OFFLINE_MSG_VALUE

      public static final int SERVICE_TYPE_OFFLINE_MSG_VALUE
      SERVICE_TYPE_OFFLINE_MSG = 9;
      See Also:
    • SERVICE_TYPE_MAIL_VALUE

      public static final int SERVICE_TYPE_MAIL_VALUE
      SERVICE_TYPE_MAIL = 10;
      See Also:
    • SERVICE_TYPE_MP_VALUE

      public static final int SERVICE_TYPE_MP_VALUE
      SERVICE_TYPE_MP = 11;
      See Also:
    • SERVICE_TYPE_HTTPPROXY_VALUE

      public static final int SERVICE_TYPE_HTTPPROXY_VALUE
      SERVICE_TYPE_HTTPPROXY = 12;
      See Also:
    • SERVICE_TYPE_ACTIVITY_VALUE

      public static final int SERVICE_TYPE_ACTIVITY_VALUE
      SERVICE_TYPE_ACTIVITY = 13;
      See Also:
    • SERVICE_TYPE_PATHFINDING_VALUE

      public static final int SERVICE_TYPE_PATHFINDING_VALUE
      SERVICE_TYPE_PATHFINDING = 14;
      See Also:
    • SERVICE_TYPE_SOCIAL_VALUE

      public static final int SERVICE_TYPE_SOCIAL_VALUE
      SERVICE_TYPE_SOCIAL = 15;
      See Also:
    • SERVICE_TYPE_OA_VALUE

      public static final int SERVICE_TYPE_OA_VALUE
      SERVICE_TYPE_OA = 16;
      See Also:
    • SERVICE_TYPE_MATCH_VALUE

      public static final int SERVICE_TYPE_MATCH_VALUE
      SERVICE_TYPE_MATCH = 17;
      See Also:
    • SERVICE_TYPE_OFFLINE_OP_VALUE

      public static final int SERVICE_TYPE_OFFLINE_OP_VALUE
      SERVICE_TYPE_OFFLINE_OP = 18;
      See Also:
    • SERVICE_TYPE_TOTHEMOON_VALUE

      public static final int SERVICE_TYPE_TOTHEMOON_VALUE
      SERVICE_TYPE_TOTHEMOON = 19;
      See Also:
    • SERVICE_TYPE_GCG_VALUE

      public static final int SERVICE_TYPE_GCG_VALUE
      SERVICE_TYPE_GCG = 20;
      See Also:
  • Method Details

    • values

      public static ServiceTypeOuterClass.ServiceType[] 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 ServiceTypeOuterClass.ServiceType 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 ServiceTypeOuterClass.ServiceType 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 ServiceTypeOuterClass.ServiceType 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<ServiceTypeOuterClass.ServiceType> 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 ServiceTypeOuterClass.ServiceType 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