Enum Class CombatTypeArgumentOuterClass.CombatTypeArgument

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

public static enum CombatTypeArgumentOuterClass.CombatTypeArgument extends Enum<CombatTypeArgumentOuterClass.CombatTypeArgument> implements com.google.protobuf.ProtocolMessageEnum
 Name: BPJGLKPJAPE
 
Protobuf enum CombatTypeArgument
  • Enum Constant Details

  • Field Details

    • COMBAT_TYPE_ARGUMENT_NONE_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_NONE_VALUE
      COMBAT_TYPE_ARGUMENT_NONE = 0;
      See Also:
    • COMBAT_TYPE_ARGUMENT_EVT_BEING_HIT_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_EVT_BEING_HIT_VALUE
      COMBAT_TYPE_ARGUMENT_EVT_BEING_HIT = 1;
      See Also:
    • COMBAT_TYPE_ARGUMENT_ANIMATOR_STATE_CHANGED_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_ANIMATOR_STATE_CHANGED_VALUE
      COMBAT_TYPE_ARGUMENT_ANIMATOR_STATE_CHANGED = 2;
      See Also:
    • COMBAT_TYPE_ARGUMENT_FACE_TO_DIR_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_FACE_TO_DIR_VALUE
      COMBAT_TYPE_ARGUMENT_FACE_TO_DIR = 3;
      See Also:
    • COMBAT_TYPE_ARGUMENT_SET_ATTACK_TARGET_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_SET_ATTACK_TARGET_VALUE
      COMBAT_TYPE_ARGUMENT_SET_ATTACK_TARGET = 4;
      See Also:
    • COMBAT_TYPE_ARGUMENT_RUSH_MOVE_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_RUSH_MOVE_VALUE
      COMBAT_TYPE_ARGUMENT_RUSH_MOVE = 5;
      See Also:
    • COMBAT_TYPE_ARGUMENT_ANIMATOR_PARAMETER_CHANGED_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_ANIMATOR_PARAMETER_CHANGED_VALUE
      COMBAT_TYPE_ARGUMENT_ANIMATOR_PARAMETER_CHANGED = 6;
      See Also:
    • COMBAT_TYPE_ARGUMENT_ENTITY_MOVE_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_ENTITY_MOVE_VALUE
      COMBAT_TYPE_ARGUMENT_ENTITY_MOVE = 7;
      See Also:
    • COMBAT_TYPE_ARGUMENT_SYNC_ENTITY_POSITION_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_SYNC_ENTITY_POSITION_VALUE
      COMBAT_TYPE_ARGUMENT_SYNC_ENTITY_POSITION = 8;
      See Also:
    • COMBAT_TYPE_ARGUMENT_STEER_MOTION_INFO_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_STEER_MOTION_INFO_VALUE
      COMBAT_TYPE_ARGUMENT_STEER_MOTION_INFO = 9;
      See Also:
    • COMBAT_TYPE_ARGUMENT_FORCE_SET_POS_INFO_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_FORCE_SET_POS_INFO_VALUE
      COMBAT_TYPE_ARGUMENT_FORCE_SET_POS_INFO = 10;
      See Also:
    • COMBAT_TYPE_ARGUMENT_COMPENSATE_POS_DIFF_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_COMPENSATE_POS_DIFF_VALUE
      COMBAT_TYPE_ARGUMENT_COMPENSATE_POS_DIFF = 11;
      See Also:
    • COMBAT_TYPE_ARGUMENT_FIXED_RUSH_MOVE_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_FIXED_RUSH_MOVE_VALUE
      COMBAT_TYPE_ARGUMENT_FIXED_RUSH_MOVE = 13;
      See Also:
    • COMBAT_TYPE_ARGUMENT_SYNC_TRANSFORM_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_SYNC_TRANSFORM_VALUE
      COMBAT_TYPE_ARGUMENT_SYNC_TRANSFORM = 14;
      See Also:
    • COMBAT_TYPE_ARGUMENT_LIGHT_CORE_MOVE_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_LIGHT_CORE_MOVE_VALUE
      COMBAT_TYPE_ARGUMENT_LIGHT_CORE_MOVE = 15;
      See Also:
    • COMBAT_TYPE_ARGUMENT_BEING_HEALED_NTF_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_BEING_HEALED_NTF_VALUE
      COMBAT_TYPE_ARGUMENT_BEING_HEALED_NTF = 16;
      See Also:
    • COMBAT_TYPE_ARGUMENT_SKILL_ANCHOR_POSITION_NTF_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_SKILL_ANCHOR_POSITION_NTF_VALUE
      COMBAT_TYPE_ARGUMENT_SKILL_ANCHOR_POSITION_NTF = 17;
      See Also:
    • COMBAT_TYPE_ARGUMENT_GRAPPLING_HOOK_MOVE_VALUE

      public static final int COMBAT_TYPE_ARGUMENT_GRAPPLING_HOOK_MOVE_VALUE
      COMBAT_TYPE_ARGUMENT_GRAPPLING_HOOK_MOVE = 18;
      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 CombatTypeArgumentOuterClass.CombatTypeArgument 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<CombatTypeArgumentOuterClass.CombatTypeArgument> 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 CombatTypeArgumentOuterClass.CombatTypeArgument 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