Package emu.grasscutter.net.proto
Interface QueryCodexMonsterBeKilledNumReqOuterClass.QueryCodexMonsterBeKilledNumReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryCodexMonsterBeKilledNumReqOuterClass.QueryCodexMonsterBeKilledNumReq,QueryCodexMonsterBeKilledNumReqOuterClass.QueryCodexMonsterBeKilledNumReq.Builder
- Enclosing class:
- QueryCodexMonsterBeKilledNumReqOuterClass
public static interface QueryCodexMonsterBeKilledNumReqOuterClass.QueryCodexMonsterBeKilledNumReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCodexIdList(int index) repeated uint32 codex_id_list = 13;intrepeated uint32 codex_id_list = 13;repeated uint32 codex_id_list = 13;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
-
getCodexIdListList
repeated uint32 codex_id_list = 13;- Returns:
- A list containing the codexIdList.
-
getCodexIdListCount
int getCodexIdListCount()repeated uint32 codex_id_list = 13;- Returns:
- The count of codexIdList.
-
getCodexIdList
int getCodexIdList(int index) repeated uint32 codex_id_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The codexIdList at the given index.
-