Interface EvtSetAttackTargetInfoOuterClass.EvtSetAttackTargetInfoOrBuilder

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

public static interface EvtSetAttackTargetInfoOuterClass.EvtSetAttackTargetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 attack_target_id = 6;
    int
    uint32 entity_id = 2;
    int
    uint32 select_point_index = 3;

    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

    • getAttackTargetId

      int getAttackTargetId()
      uint32 attack_target_id = 6;
      Returns:
      The attackTargetId.
    • getSelectPointIndex

      int getSelectPointIndex()
      uint32 select_point_index = 3;
      Returns:
      The selectPointIndex.
    • getEntityId

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