Interface GetSceneNpcPositionReqOuterClass.GetSceneNpcPositionReqOrBuilder

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

public static interface GetSceneNpcPositionReqOuterClass.GetSceneNpcPositionReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getNpcIdList(int index)
    repeated uint32 npc_id_list = 13;
    int
    repeated uint32 npc_id_list = 13;
    repeated uint32 npc_id_list = 13;
    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.
    • getNpcIdListList

      List<Integer> getNpcIdListList()
      repeated uint32 npc_id_list = 13;
      Returns:
      A list containing the npcIdList.
    • getNpcIdListCount

      int getNpcIdListCount()
      repeated uint32 npc_id_list = 13;
      Returns:
      The count of npcIdList.
    • getNpcIdList

      int getNpcIdList(int index)
      repeated uint32 npc_id_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The npcIdList at the given index.