Enum Class PropChangeReasonOuterClass.PropChangeReason

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

public static enum PropChangeReasonOuterClass.PropChangeReason extends Enum<PropChangeReasonOuterClass.PropChangeReason> implements com.google.protobuf.ProtocolMessageEnum
 Name: ILEGGBKJDDK
 
Protobuf enum PropChangeReason
  • Enum Constant Details

  • Field Details

    • PROP_CHANGE_REASON_NONE_VALUE

      public static final int PROP_CHANGE_REASON_NONE_VALUE
      PROP_CHANGE_REASON_NONE = 0;
      See Also:
    • PROP_CHANGE_REASON_STATUE_RECOVER_VALUE

      public static final int PROP_CHANGE_REASON_STATUE_RECOVER_VALUE
      PROP_CHANGE_REASON_STATUE_RECOVER = 1;
      See Also:
    • PROP_CHANGE_REASON_ENERGY_BALL_VALUE

      public static final int PROP_CHANGE_REASON_ENERGY_BALL_VALUE
      PROP_CHANGE_REASON_ENERGY_BALL = 2;
      See Also:
    • PROP_CHANGE_REASON_ABILITY_VALUE

      public static final int PROP_CHANGE_REASON_ABILITY_VALUE
      PROP_CHANGE_REASON_ABILITY = 3;
      See Also:
    • PROP_CHANGE_REASON_LEVELUP_VALUE

      public static final int PROP_CHANGE_REASON_LEVELUP_VALUE
      PROP_CHANGE_REASON_LEVELUP = 4;
      See Also:
    • PROP_CHANGE_REASON_ITEM_VALUE

      public static final int PROP_CHANGE_REASON_ITEM_VALUE
      PROP_CHANGE_REASON_ITEM = 5;
      See Also:
    • PROP_CHANGE_REASON_AVATAR_CARD_VALUE

      public static final int PROP_CHANGE_REASON_AVATAR_CARD_VALUE
      PROP_CHANGE_REASON_AVATAR_CARD = 6;
      See Also:
    • PROP_CHANGE_REASON_CITY_LEVELUP_VALUE

      public static final int PROP_CHANGE_REASON_CITY_LEVELUP_VALUE
      PROP_CHANGE_REASON_CITY_LEVELUP = 7;
      See Also:
    • PROP_CHANGE_REASON_AVATAR_UPGRADE_VALUE

      public static final int PROP_CHANGE_REASON_AVATAR_UPGRADE_VALUE
      PROP_CHANGE_REASON_AVATAR_UPGRADE = 8;
      See Also:
    • PROP_CHANGE_REASON_AVATAR_PROMOTE_VALUE

      public static final int PROP_CHANGE_REASON_AVATAR_PROMOTE_VALUE
      PROP_CHANGE_REASON_AVATAR_PROMOTE = 9;
      See Also:
    • PROP_CHANGE_REASON_PLAYER_ADD_EXP_VALUE

      public static final int PROP_CHANGE_REASON_PLAYER_ADD_EXP_VALUE
      PROP_CHANGE_REASON_PLAYER_ADD_EXP = 10;
      See Also:
    • PROP_CHANGE_REASON_FINISH_QUEST_VALUE

      public static final int PROP_CHANGE_REASON_FINISH_QUEST_VALUE
      PROP_CHANGE_REASON_FINISH_QUEST = 11;
      See Also:
    • PROP_CHANGE_REASON_GM_VALUE

      public static final int PROP_CHANGE_REASON_GM_VALUE
      PROP_CHANGE_REASON_GM = 12;
      See Also:
    • PROP_CHANGE_REASON_MANUAL_ADJUST_WORLD_LEVEL_VALUE

      public static final int PROP_CHANGE_REASON_MANUAL_ADJUST_WORLD_LEVEL_VALUE
      PROP_CHANGE_REASON_MANUAL_ADJUST_WORLD_LEVEL = 13;
      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 public static PropChangeReasonOuterClass.PropChangeReason 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 PropChangeReasonOuterClass.PropChangeReason 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<PropChangeReasonOuterClass.PropChangeReason> 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 PropChangeReasonOuterClass.PropChangeReason 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