Interface CodexTypeDataOuterClass.CodexTypeDataOrBuilder

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

public static interface CodexTypeDataOuterClass.CodexTypeDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getWeaponMaxPromoteLevelMapCount

      int getWeaponMaxPromoteLevelMapCount()
      map<uint32, uint32> weapon_max_promote_level_map = 1;
    • containsWeaponMaxPromoteLevelMap

      boolean containsWeaponMaxPromoteLevelMap(int key)
      map<uint32, uint32> weapon_max_promote_level_map = 1;
    • getWeaponMaxPromoteLevelMap

      @Deprecated Map<Integer,Integer> getWeaponMaxPromoteLevelMap()
      Deprecated.
    • getWeaponMaxPromoteLevelMapMap

      Map<Integer,Integer> getWeaponMaxPromoteLevelMapMap()
      map<uint32, uint32> weapon_max_promote_level_map = 1;
    • getWeaponMaxPromoteLevelMapOrDefault

      int getWeaponMaxPromoteLevelMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> weapon_max_promote_level_map = 1;
    • getWeaponMaxPromoteLevelMapOrThrow

      int getWeaponMaxPromoteLevelMapOrThrow(int key)
      map<uint32, uint32> weapon_max_promote_level_map = 1;
    • getTypeValue

      int getTypeValue()
      .CodexType type = 10;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .CodexType type = 10;
      Returns:
      The type.
    • getCodexIdListList

      List<Integer> getCodexIdListList()
      repeated uint32 codex_id_list = 12;
      Returns:
      A list containing the codexIdList.
    • getCodexIdListCount

      int getCodexIdListCount()
      repeated uint32 codex_id_list = 12;
      Returns:
      The count of codexIdList.
    • getCodexIdList

      int getCodexIdList(int index)
      repeated uint32 codex_id_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The codexIdList at the given index.
    • getHaveViewedListList

      List<Boolean> getHaveViewedListList()
      repeated bool have_viewed_list = 3;
      Returns:
      A list containing the haveViewedList.
    • getHaveViewedListCount

      int getHaveViewedListCount()
      repeated bool have_viewed_list = 3;
      Returns:
      The count of haveViewedList.
    • getHaveViewedList

      boolean getHaveViewedList(int index)
      repeated bool have_viewed_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The haveViewedList at the given index.