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) EHOHFHEOKHJintEHOHFHEOKHJEHOHFHEOKHJintgetBeKilledNumList(int index) KHEHMPJHELMintKHEHMPJHELMKHEHMPJHELMintgetCodexIdList(int index) repeated uint32 codex_id_list = 8;intrepeated uint32 codex_id_list = 8;repeated uint32 codex_id_list = 8;intint32 retcode = 11;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
-
getBeCapturedNumListList
EHOHFHEOKHJ
repeated uint32 be_captured_num_list = 14;- Returns:
- A list containing the beCapturedNumList.
-
getBeCapturedNumListCount
int getBeCapturedNumListCount()EHOHFHEOKHJ
repeated uint32 be_captured_num_list = 14;- Returns:
- The count of beCapturedNumList.
-
getBeCapturedNumList
int getBeCapturedNumList(int index) EHOHFHEOKHJ
repeated uint32 be_captured_num_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The beCapturedNumList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 11;- Returns:
- The retcode.
-
getBeKilledNumListList
KHEHMPJHELM
repeated uint32 be_killed_num_list = 1;- Returns:
- A list containing the beKilledNumList.
-
getBeKilledNumListCount
int getBeKilledNumListCount()KHEHMPJHELM
repeated uint32 be_killed_num_list = 1;- Returns:
- The count of beKilledNumList.
-
getBeKilledNumList
int getBeKilledNumList(int index) KHEHMPJHELM
repeated uint32 be_killed_num_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The beKilledNumList at the given index.
-
getCodexIdListList
repeated uint32 codex_id_list = 8;- Returns:
- A list containing the codexIdList.
-
getCodexIdListCount
int getCodexIdListCount()repeated uint32 codex_id_list = 8;- Returns:
- The count of codexIdList.
-
getCodexIdList
int getCodexIdList(int index) repeated uint32 codex_id_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The codexIdList at the given index.
-