Interface CustomDungeonRecoverNotifyOuterClass.CustomDungeonRecoverNotifyOrBuilder

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

public static interface CustomDungeonRecoverNotifyOuterClass.CustomDungeonRecoverNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCustomDungeon

      boolean hasCustomDungeon()
      .CustomDungeon custom_dungeon = 15;
      Returns:
      Whether the customDungeon field is set.
    • getCustomDungeon

      .CustomDungeon custom_dungeon = 15;
      Returns:
      The customDungeon.
    • getCustomDungeonOrBuilder

      .CustomDungeon custom_dungeon = 15;
    • getEnterTypeValue

      int getEnterTypeValue()
      .EnterCustomDungeonType enter_type = 1;
      Returns:
      The enum numeric value on the wire for enterType.
    • getEnterType

      .EnterCustomDungeonType enter_type = 1;
      Returns:
      The enterType.
    • getTryTypeValue

      int getTryTypeValue()
      .TryCustomDungeonType try_type = 8;
      Returns:
      The enum numeric value on the wire for tryType.
    • getTryType

      .TryCustomDungeonType try_type = 8;
      Returns:
      The tryType.
    • getOfficialBlackCoinListList

      List<Integer> getOfficialBlackCoinListList()
      repeated uint32 official_black_coin_list = 3;
      Returns:
      A list containing the officialBlackCoinList.
    • getOfficialBlackCoinListCount

      int getOfficialBlackCoinListCount()
      repeated uint32 official_black_coin_list = 3;
      Returns:
      The count of officialBlackCoinList.
    • getOfficialBlackCoinList

      int getOfficialBlackCoinList(int index)
      repeated uint32 official_black_coin_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The officialBlackCoinList at the given index.