Interface MonsterAIConfigHashNotifyOuterClass.MonsterAIConfigHashNotifyOrBuilder

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

public static interface MonsterAIConfigHashNotifyOuterClass.MonsterAIConfigHashNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 14;
    int
    int32 hash_value = 6;
    int
    uint32 job_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

    • getJobId

      int getJobId()
      uint32 job_id = 3;
      Returns:
      The jobId.
    • getHashValue

      int getHashValue()
      int32 hash_value = 6;
      Returns:
      The hashValue.
    • getEntityId

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