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) CJFGLJIGKNLintCJFGLJIGKNLCJFGLJIGKNLintgetBeKilledNumList(int index) EKCLLDCMJLBintEKCLLDCMJLBEKCLLDCMJLBintgetCodexIdList(int index) repeated uint32 codex_id_list = 15;intrepeated uint32 codex_id_list = 15;repeated uint32 codex_id_list = 15;intint32 retcode = 4;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
EKCLLDCMJLB
repeated uint32 be_killed_num_list = 12;- Returns:
- A list containing the beKilledNumList.
-
getBeKilledNumListCount
int getBeKilledNumListCount()EKCLLDCMJLB
repeated uint32 be_killed_num_list = 12;- Returns:
- The count of beKilledNumList.
-
getBeKilledNumList
int getBeKilledNumList(int index) EKCLLDCMJLB
repeated uint32 be_killed_num_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The beKilledNumList at the given index.
-
getBeCapturedNumListList
CJFGLJIGKNL
repeated uint32 be_captured_num_list = 7;- Returns:
- A list containing the beCapturedNumList.
-
getBeCapturedNumListCount
int getBeCapturedNumListCount()CJFGLJIGKNL
repeated uint32 be_captured_num_list = 7;- Returns:
- The count of beCapturedNumList.
-
getBeCapturedNumList
int getBeCapturedNumList(int index) CJFGLJIGKNL
repeated uint32 be_captured_num_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The beCapturedNumList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 4;- Returns:
- The retcode.
-
getCodexIdListList
repeated uint32 codex_id_list = 15;- Returns:
- A list containing the codexIdList.
-
getCodexIdListCount
int getCodexIdListCount()repeated uint32 codex_id_list = 15;- Returns:
- The count of codexIdList.
-
getCodexIdList
int getCodexIdList(int index) repeated uint32 codex_id_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The codexIdList at the given index.
-