Interface EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotifyOrBuilder

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

public static interface EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    float heal_amount = 3;
    float
    float real_heal_amount = 2;
    int
    uint32 source_id = 6;
    int
    uint32 target_id = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRealHealAmount

      float getRealHealAmount()
      float real_heal_amount = 2;
      Returns:
      The realHealAmount.
    • getHealAmount

      float getHealAmount()
      float heal_amount = 3;
      Returns:
      The healAmount.
    • getTargetId

      int getTargetId()
      uint32 target_id = 4;
      Returns:
      The targetId.
    • getSourceId

      int getSourceId()
      uint32 source_id = 6;
      Returns:
      The sourceId.