Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintgetNpcIdList(int index) repeated uint32 npc_id_list = 13;intrepeated uint32 npc_id_list = 13;repeated uint32 npc_id_list = 13;intuint32 scene_id = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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.
-