Package emu.grasscutter.net.proto
Interface ServerCondMeetQuestListUpdateNotifyOuterClass.ServerCondMeetQuestListUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerCondMeetQuestListUpdateNotifyOuterClass.ServerCondMeetQuestListUpdateNotify,ServerCondMeetQuestListUpdateNotifyOuterClass.ServerCondMeetQuestListUpdateNotify.Builder
- Enclosing class:
- ServerCondMeetQuestListUpdateNotifyOuterClass
public static interface ServerCondMeetQuestListUpdateNotifyOuterClass.ServerCondMeetQuestListUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAddQuestIdList(int index) ENOCFBCHAMOintENOCFBCHAMOENOCFBCHAMOintgetDelQuestIdList(int index) PJLFACFIEAAintPJLFACFIEAAPJLFACFIEAAMethods 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
-
getAddQuestIdListList
ENOCFBCHAMO
repeated uint32 add_quest_id_list = 15;- Returns:
- A list containing the addQuestIdList.
-
getAddQuestIdListCount
int getAddQuestIdListCount()ENOCFBCHAMO
repeated uint32 add_quest_id_list = 15;- Returns:
- The count of addQuestIdList.
-
getAddQuestIdList
int getAddQuestIdList(int index) ENOCFBCHAMO
repeated uint32 add_quest_id_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The addQuestIdList at the given index.
-
getDelQuestIdListList
PJLFACFIEAA
repeated uint32 del_quest_id_list = 5;- Returns:
- A list containing the delQuestIdList.
-
getDelQuestIdListCount
int getDelQuestIdListCount()PJLFACFIEAA
repeated uint32 del_quest_id_list = 5;- Returns:
- The count of delQuestIdList.
-
getDelQuestIdList
int getDelQuestIdList(int index) PJLFACFIEAA
repeated uint32 del_quest_id_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The delQuestIdList at the given index.
-