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 Type
    Method
    Description
    int
    uint32 parent_quest_id = 14;
    int
    uint32 parent_quest_var_seq = 2;
    int
    getQuestVar(int index)
    repeated int32 quest_var = 1;
    int
    repeated int32 quest_var = 1;
    repeated int32 quest_var = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getQuestVarList

      List<Integer> 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.