Interface MarkTargetInvestigationMonsterNotifyOuterClass.MarkTargetInvestigationMonsterNotifyOrBuilder

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

public static interface MarkTargetInvestigationMonsterNotifyOuterClass.MarkTargetInvestigationMonsterNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 group_id = 3;
    int
    uint32 investigation_monster_id = 9;
    int
    uint32 monster_id = 5;
    int
    uint32 scene_id = 7;

    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

    • getSceneId

      int getSceneId()
      uint32 scene_id = 7;
      Returns:
      The sceneId.
    • getMonsterId

      int getMonsterId()
      uint32 monster_id = 5;
      Returns:
      The monsterId.
    • getInvestigationMonsterId

      int getInvestigationMonsterId()
      uint32 investigation_monster_id = 9;
      Returns:
      The investigationMonsterId.
    • getGroupId

      int getGroupId()
      uint32 group_id = 3;
      Returns:
      The groupId.