Package emu.grasscutter.net.proto
Interface QuestUpdateQuestVarNotifyOuterClass.QuestUpdateQuestVarNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QuestUpdateQuestVarNotifyOuterClass.QuestUpdateQuestVarNotify,QuestUpdateQuestVarNotifyOuterClass.QuestUpdateQuestVarNotify.Builder
- Enclosing class:
- QuestUpdateQuestVarNotifyOuterClass
public static interface QuestUpdateQuestVarNotifyOuterClass.QuestUpdateQuestVarNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 parent_quest_id = 14;intuint32 parent_quest_var_seq = 2;intgetQuestVar(int index) repeated int32 quest_var = 1;intrepeated int32 quest_var = 1;repeated int32 quest_var = 1;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
-
getQuestVarList
repeated int32 quest_var = 1;- Returns:
- A list containing the questVar.
-
getQuestVarCount
int getQuestVarCount()repeated int32 quest_var = 1;- Returns:
- The count of questVar.
-
getQuestVar
int getQuestVar(int index) repeated int32 quest_var = 1;- Parameters:
index- The index of the element to return.- Returns:
- The questVar at the given index.
-
getParentQuestVarSeq
int getParentQuestVarSeq()uint32 parent_quest_var_seq = 2;- Returns:
- The parentQuestVarSeq.
-
getParentQuestId
int getParentQuestId()uint32 parent_quest_id = 14;- Returns:
- The parentQuestId.
-