Enum Class InteractTypeOuterClass.InteractType

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

public static enum InteractTypeOuterClass.InteractType extends Enum<InteractTypeOuterClass.InteractType> implements com.google.protobuf.ProtocolMessageEnum
 Name: CHKGDGODKAA
 
Protobuf enum InteractType
  • Enum Constant Details

  • Field Details

    • INTERACT_TYPE_NONE_VALUE

      public static final int INTERACT_TYPE_NONE_VALUE
      INTERACT_TYPE_NONE = 0;
      See Also:
    • INTERACT_TYPE_PICK_ITEM_VALUE

      public static final int INTERACT_TYPE_PICK_ITEM_VALUE
      INTERACT_TYPE_PICK_ITEM = 1;
      See Also:
    • INTERACT_TYPE_GATHER_VALUE

      public static final int INTERACT_TYPE_GATHER_VALUE
      INTERACT_TYPE_GATHER = 2;
      See Also:
    • INTERACT_TYPE_OPEN_CHEST_VALUE

      public static final int INTERACT_TYPE_OPEN_CHEST_VALUE
      INTERACT_TYPE_OPEN_CHEST = 3;
      See Also:
    • INTERACT_TYPE_OPEN_STATUE_VALUE

      public static final int INTERACT_TYPE_OPEN_STATUE_VALUE
      INTERACT_TYPE_OPEN_STATUE = 4;
      See Also:
    • INTERACT_TYPE_CONSUME_VALUE

      public static final int INTERACT_TYPE_CONSUME_VALUE
      INTERACT_TYPE_CONSUME = 5;
      See Also:
    • INTERACT_TYPE_MP_PLAY_REWARD_VALUE

      public static final int INTERACT_TYPE_MP_PLAY_REWARD_VALUE
      INTERACT_TYPE_MP_PLAY_REWARD = 6;
      See Also:
    • INTERACT_TYPE_VIEW_VALUE

      public static final int INTERACT_TYPE_VIEW_VALUE
      INTERACT_TYPE_VIEW = 7;
      See Also:
    • INTERACT_TYPE_GENERAL_REWARD_VALUE

      public static final int INTERACT_TYPE_GENERAL_REWARD_VALUE
      INTERACT_TYPE_GENERAL_REWARD = 8;
      See Also:
    • INTERACT_TYPE_MIRACLE_RING_VALUE

      public static final int INTERACT_TYPE_MIRACLE_RING_VALUE
      INTERACT_TYPE_MIRACLE_RING = 9;
      See Also:
    • INTERACT_TYPE_FOUNDATION_VALUE

      public static final int INTERACT_TYPE_FOUNDATION_VALUE
      INTERACT_TYPE_FOUNDATION = 10;
      See Also:
    • INTERACT_TYPE_ECHO_SHELL_VALUE

      public static final int INTERACT_TYPE_ECHO_SHELL_VALUE
      INTERACT_TYPE_ECHO_SHELL = 11;
      See Also:
    • INTERACT_TYPE_HOME_GATHER_VALUE

      public static final int INTERACT_TYPE_HOME_GATHER_VALUE
      INTERACT_TYPE_HOME_GATHER = 12;
      See Also:
    • INTERACT_TYPE_ENV_ANIMAL_VALUE

      public static final int INTERACT_TYPE_ENV_ANIMAL_VALUE
      INTERACT_TYPE_ENV_ANIMAL = 13;
      See Also:
    • INTERACT_TYPE_QUEST_GADGET_VALUE

      public static final int INTERACT_TYPE_QUEST_GADGET_VALUE
      INTERACT_TYPE_QUEST_GADGET = 14;
      See Also:
    • INTERACT_TYPE_UI_INTERACT_VALUE

      public static final int INTERACT_TYPE_UI_INTERACT_VALUE
      INTERACT_TYPE_UI_INTERACT = 15;
      See Also:
    • INTERACT_TYPE_DESHRET_OBELISK_VALUE

      public static final int INTERACT_TYPE_DESHRET_OBELISK_VALUE
      INTERACT_TYPE_DESHRET_OBELISK = 16;
      See Also:
  • Method Details

    • values

      public static InteractTypeOuterClass.InteractType[] 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 InteractTypeOuterClass.InteractType 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 InteractTypeOuterClass.InteractType 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 InteractTypeOuterClass.InteractType 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<InteractTypeOuterClass.InteractType> 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 InteractTypeOuterClass.InteractType 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