Interface QuestUpdateQuestTimeVarNotifyOuterClass.QuestUpdateQuestTimeVarNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QuestUpdateQuestTimeVarNotifyOuterClass.QuestUpdateQuestTimeVarNotify, QuestUpdateQuestTimeVarNotifyOuterClass.QuestUpdateQuestTimeVarNotify.Builder
Enclosing class:
QuestUpdateQuestTimeVarNotifyOuterClass

public static interface QuestUpdateQuestTimeVarNotifyOuterClass.QuestUpdateQuestTimeVarNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<uint32, uint32> time_var_map = 14;
    int
    uint32 parent_quest_id = 12;
    Deprecated.
    int
    map<uint32, uint32> time_var_map = 14;
    map<uint32, uint32> time_var_map = 14;
    int
    getTimeVarMapOrDefault(int key, int defaultValue)
    map<uint32, uint32> time_var_map = 14;
    int
    map<uint32, uint32> time_var_map = 14;

    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

    • getTimeVarMapCount

      int getTimeVarMapCount()
      map<uint32, uint32> time_var_map = 14;
    • containsTimeVarMap

      boolean containsTimeVarMap(int key)
      map<uint32, uint32> time_var_map = 14;
    • getTimeVarMap

      @Deprecated Map<Integer,Integer> getTimeVarMap()
      Deprecated.
      Use getTimeVarMapMap() instead.
    • getTimeVarMapMap

      Map<Integer,Integer> getTimeVarMapMap()
      map<uint32, uint32> time_var_map = 14;
    • getTimeVarMapOrDefault

      int getTimeVarMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> time_var_map = 14;
    • getTimeVarMapOrThrow

      int getTimeVarMapOrThrow(int key)
      map<uint32, uint32> time_var_map = 14;
    • getParentQuestId

      int getParentQuestId()
      uint32 parent_quest_id = 12;
      Returns:
      The parentQuestId.