Interface CustomDungeonOfficialNotifyOuterClass.CustomDungeonOfficialNotifyOrBuilder

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

public static interface CustomDungeonOfficialNotifyOuterClass.CustomDungeonOfficialNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTryTypeValue

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

      .TryCustomDungeonType try_type = 2;
      Returns:
      The tryType.
    • 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.
    • getOfficialBlackCoinListList

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

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

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