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) GNFJHCIHOBEintGNFJHCIHOBEGNFJHCIHOBEintgetDelQuestIdList(int index) EOMIKDEBBGNintEOMIKDEBBGNEOMIKDEBBGNMethods 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
GNFJHCIHOBE
repeated uint32 add_quest_id_list = 9;- Returns:
- A list containing the addQuestIdList.
-
getAddQuestIdListCount
int getAddQuestIdListCount()GNFJHCIHOBE
repeated uint32 add_quest_id_list = 9;- Returns:
- The count of addQuestIdList.
-
getAddQuestIdList
int getAddQuestIdList(int index) GNFJHCIHOBE
repeated uint32 add_quest_id_list = 9;- Parameters:
index- The index of the element to return.- Returns:
- The addQuestIdList at the given index.
-
getDelQuestIdListList
EOMIKDEBBGN
repeated uint32 del_quest_id_list = 5;- Returns:
- A list containing the delQuestIdList.
-
getDelQuestIdListCount
int getDelQuestIdListCount()EOMIKDEBBGN
repeated uint32 del_quest_id_list = 5;- Returns:
- The count of delQuestIdList.
-
getDelQuestIdList
int getDelQuestIdList(int index) EOMIKDEBBGN
repeated uint32 del_quest_id_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The delQuestIdList at the given index.
-