Interface ClientAIStateNotifyOuterClass.ClientAIStateNotifyOrBuilder

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

public static interface ClientAIStateNotifyOuterClass.ClientAIStateNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cur_tactic = 12;
    int
    uint32 entity_id = 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

    • getEntityId

      int getEntityId()
      uint32 entity_id = 3;
      Returns:
      The entityId.
    • getCurTactic

      int getCurTactic()
      uint32 cur_tactic = 12;
      Returns:
      The curTactic.