Package emu.grasscutter.net.proto
Interface TakeBattlePassMissionPointRspOuterClass.TakeBattlePassMissionPointRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TakeBattlePassMissionPointRspOuterClass.TakeBattlePassMissionPointRsp,TakeBattlePassMissionPointRspOuterClass.TakeBattlePassMissionPointRsp.Builder
- Enclosing class:
- TakeBattlePassMissionPointRspOuterClass
public static interface TakeBattlePassMissionPointRspOuterClass.TakeBattlePassMissionPointRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetMissionIdList(int index) repeated uint32 mission_id_list = 3;intrepeated uint32 mission_id_list = 3;repeated uint32 mission_id_list = 3;intint32 retcode = 1;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
-
getRetcode
int getRetcode()int32 retcode = 1;- Returns:
- The retcode.
-
getMissionIdListList
repeated uint32 mission_id_list = 3;- Returns:
- A list containing the missionIdList.
-
getMissionIdListCount
int getMissionIdListCount()repeated uint32 mission_id_list = 3;- Returns:
- The count of missionIdList.
-
getMissionIdList
int getMissionIdList(int index) repeated uint32 mission_id_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The missionIdList at the given index.
-