Interface PlayerCustomDungeonMuipDataOuterClass.PlayerCustomDungeonMuipDataOrBuilder

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

public static interface PlayerCustomDungeonMuipDataOuterClass.PlayerCustomDungeonMuipDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getUid

      int getUid()
      uint32 uid = 1;
      Returns:
      The uid.
    • getPublishDungeonListList

      List<Long> getPublishDungeonListList()
      repeated uint64 publish_dungeon_list = 2;
      Returns:
      A list containing the publishDungeonList.
    • getPublishDungeonListCount

      int getPublishDungeonListCount()
      repeated uint64 publish_dungeon_list = 2;
      Returns:
      The count of publishDungeonList.
    • getPublishDungeonList

      long getPublishDungeonList(int index)
      repeated uint64 publish_dungeon_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The publishDungeonList at the given index.
    • getStoreDungeonListList

      List<Long> getStoreDungeonListList()
      repeated uint64 store_dungeon_list = 3;
      Returns:
      A list containing the storeDungeonList.
    • getStoreDungeonListCount

      int getStoreDungeonListCount()
      repeated uint64 store_dungeon_list = 3;
      Returns:
      The count of storeDungeonList.
    • getStoreDungeonList

      long getStoreDungeonList(int index)
      repeated uint64 store_dungeon_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The storeDungeonList at the given index.
    • getBattleRecordListList

      repeated .CustomDungeonBattleRecordMuipData battle_record_list = 4;
    • getBattleRecordList

      repeated .CustomDungeonBattleRecordMuipData battle_record_list = 4;
    • getBattleRecordListCount

      int getBattleRecordListCount()
      repeated .CustomDungeonBattleRecordMuipData battle_record_list = 4;
    • getBattleRecordListOrBuilderList

      repeated .CustomDungeonBattleRecordMuipData battle_record_list = 4;
    • getBattleRecordListOrBuilder

      repeated .CustomDungeonBattleRecordMuipData battle_record_list = 4;