Interface EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify, EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify.Builder
Enclosing class:
EntityFightPropChangeReasonNotifyOuterClass

public static interface EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getParamListList

      List<Integer> getParamListList()
      repeated uint32 param_list = 12;
      Returns:
      A list containing the paramList.
    • getParamListCount

      int getParamListCount()
      repeated uint32 param_list = 12;
      Returns:
      The count of paramList.
    • getParamList

      int getParamList(int index)
      repeated uint32 param_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.
    • getPropType

      int getPropType()
      uint32 prop_type = 9;
      Returns:
      The propType.
    • getChangeEnergyReasonValue

      int getChangeEnergyReasonValue()
      .ChangeEnergyReason changeEnergyReason = 14;
      Returns:
      The enum numeric value on the wire for changeEnergyReason.
    • getChangeEnergyReason

      .ChangeEnergyReason changeEnergyReason = 14;
      Returns:
      The changeEnergyReason.
    • getChangeHpReasonValue

      int getChangeHpReasonValue()
      .ChangeHpReason changeHpReason = 10;
      Returns:
      The enum numeric value on the wire for changeHpReason.
    • getChangeHpReason

      .ChangeHpReason changeHpReason = 10;
      Returns:
      The changeHpReason.
    • getReasonValue

      int getReasonValue()
      .PropChangeReason reason = 11;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .PropChangeReason reason = 11;
      Returns:
      The reason.
    • getPropDelta

      float getPropDelta()
      float prop_delta = 15;
      Returns:
      The propDelta.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 6;
      Returns:
      The entityId.