Package emu.grasscutter.net.proto
Interface QueryCodexMonsterBeKilledNumRspOuterClass.QueryCodexMonsterBeKilledNumRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryCodexMonsterBeKilledNumRspOuterClass.QueryCodexMonsterBeKilledNumRsp,QueryCodexMonsterBeKilledNumRspOuterClass.QueryCodexMonsterBeKilledNumRsp.Builder
- Enclosing class:
- QueryCodexMonsterBeKilledNumRspOuterClass
public static interface QueryCodexMonsterBeKilledNumRspOuterClass.QueryCodexMonsterBeKilledNumRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetBeCapturedNumList(int index) repeated uint32 be_captured_num_list = 5;intrepeated uint32 be_captured_num_list = 5;repeated uint32 be_captured_num_list = 5;intgetBeKilledNumList(int index) repeated uint32 be_killed_num_list = 11;intrepeated uint32 be_killed_num_list = 11;repeated uint32 be_killed_num_list = 11;intgetCodexIdList(int index) repeated uint32 codex_id_list = 10;intrepeated uint32 codex_id_list = 10;repeated uint32 codex_id_list = 10;intint32 retcode = 2;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
-
getBeKilledNumListList
repeated uint32 be_killed_num_list = 11;- Returns:
- A list containing the beKilledNumList.
-
getBeKilledNumListCount
int getBeKilledNumListCount()repeated uint32 be_killed_num_list = 11;- Returns:
- The count of beKilledNumList.
-
getBeKilledNumList
int getBeKilledNumList(int index) repeated uint32 be_killed_num_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The beKilledNumList at the given index.
-
getBeCapturedNumListList
repeated uint32 be_captured_num_list = 5;- Returns:
- A list containing the beCapturedNumList.
-
getBeCapturedNumListCount
int getBeCapturedNumListCount()repeated uint32 be_captured_num_list = 5;- Returns:
- The count of beCapturedNumList.
-
getBeCapturedNumList
int getBeCapturedNumList(int index) repeated uint32 be_captured_num_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The beCapturedNumList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 2;- Returns:
- The retcode.
-
getCodexIdListList
repeated uint32 codex_id_list = 10;- Returns:
- A list containing the codexIdList.
-
getCodexIdListCount
int getCodexIdListCount()repeated uint32 codex_id_list = 10;- Returns:
- The count of codexIdList.
-
getCodexIdList
int getCodexIdList(int index) repeated uint32 codex_id_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The codexIdList at the given index.
-