Enum Class SegmentCRCModuleTypeOuterClass.SegmentCRCModuleType

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

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

  • Field Details

    • SEGMENT_CRC_MODULE_TYPE_NONE_VALUE

      public static final int SEGMENT_CRC_MODULE_TYPE_NONE_VALUE
      SEGMENT_CRC_MODULE_TYPE_NONE = 0;
      See Also:
    • SEGMENT_CRC_MODULE_TYPE_PC_UNITYPLAYER_VALUE

      public static final int SEGMENT_CRC_MODULE_TYPE_PC_UNITYPLAYER_VALUE
      SEGMENT_CRC_MODULE_TYPE_PC_UNITYPLAYER = 1;
      See Also:
    • SEGMENT_CRC_MODULE_TYPE_PC_USERASSEMBLY_VALUE

      public static final int SEGMENT_CRC_MODULE_TYPE_PC_USERASSEMBLY_VALUE
      SEGMENT_CRC_MODULE_TYPE_PC_USERASSEMBLY = 2;
      See Also:
    • SEGMENT_CRC_MODULE_TYPE_PC_XLUA_VALUE

      public static final int SEGMENT_CRC_MODULE_TYPE_PC_XLUA_VALUE
      SEGMENT_CRC_MODULE_TYPE_PC_XLUA = 3;
      See Also:
    • SEGMENT_CRC_MODULE_TYPE_ANDROID_LIBIL2CPP_VALUE

      public static final int SEGMENT_CRC_MODULE_TYPE_ANDROID_LIBIL2CPP_VALUE
      SEGMENT_CRC_MODULE_TYPE_ANDROID_LIBIL2CPP = 11;
      See Also:
    • SEGMENT_CRC_MODULE_TYPE_ANDROID_LIBUNITY_VALUE

      public static final int SEGMENT_CRC_MODULE_TYPE_ANDROID_LIBUNITY_VALUE
      SEGMENT_CRC_MODULE_TYPE_ANDROID_LIBUNITY = 12;
      See Also:
    • SEGMENT_CRC_MODULE_TYPE_ANDROID_LIBXLUA_VALUE

      public static final int SEGMENT_CRC_MODULE_TYPE_ANDROID_LIBXLUA_VALUE
      SEGMENT_CRC_MODULE_TYPE_ANDROID_LIBXLUA = 13;
      See Also:
    • SEGMENT_CRC_MODULE_TYPE_IOS_HK4E_VALUE

      public static final int SEGMENT_CRC_MODULE_TYPE_IOS_HK4E_VALUE
      SEGMENT_CRC_MODULE_TYPE_IOS_HK4E = 21;
      See Also:
  • Method Details

    • 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

      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.
      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 SegmentCRCModuleTypeOuterClass.SegmentCRCModuleType 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<SegmentCRCModuleTypeOuterClass.SegmentCRCModuleType> 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 SegmentCRCModuleTypeOuterClass.SegmentCRCModuleType 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