Interface PlayerMatchInfoNotifyOuterClass.PlayerMatchInfoNotifyOrBuilder

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

public static interface PlayerMatchInfoNotifyOuterClass.PlayerMatchInfoNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDungeonId

      int getDungeonId()
      uint32 dungeon_id = 4;
      Returns:
      The dungeonId.
    • getMatchBeginTime

      int getMatchBeginTime()
      uint32 match_begin_time = 5;
      Returns:
      The matchBeginTime.
    • getEstimateMatchCostTime

      int getEstimateMatchCostTime()
      uint32 estimate_match_cost_time = 10;
      Returns:
      The estimateMatchCostTime.
    • getHostUid

      int getHostUid()
      uint32 host_uid = 12;
      Returns:
      The hostUid.
    • getMatchTypeValue

      int getMatchTypeValue()
      .MatchType match_type = 13;
      Returns:
      The enum numeric value on the wire for matchType.
    • getMatchType

      .MatchType match_type = 13;
      Returns:
      The matchType.
    • getMechanicusDifficultLevel

      int getMechanicusDifficultLevel()
      uint32 mechanicus_difficult_level = 15;
      Returns:
      The mechanicusDifficultLevel.
    • getMpPlayId

      int getMpPlayId()
      uint32 mp_play_id = 2;
      Returns:
      The mpPlayId.
    • getMatchId

      int getMatchId()
      uint32 match_id = 7;
      Returns:
      The matchId.
    • getMatchParamListList

      List<Integer> getMatchParamListList()
      repeated uint32 match_param_list = 11;
      Returns:
      A list containing the matchParamList.
    • getMatchParamListCount

      int getMatchParamListCount()
      repeated uint32 match_param_list = 11;
      Returns:
      The count of matchParamList.
    • getMatchParamList

      int getMatchParamList(int index)
      repeated uint32 match_param_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The matchParamList at the given index.