Interface PlayerStartMatchReqOuterClass.PlayerStartMatchReqOrBuilder

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

public static interface PlayerStartMatchReqOuterClass.PlayerStartMatchReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 dungeon_id = 10;
    int
    uint32 match_id = 2;
    int
    getMatchParamList(int index)
    repeated uint32 match_param_list = 3;
    int
    repeated uint32 match_param_list = 3;
    repeated uint32 match_param_list = 3;
    .MatchType match_type = 8;
    int
    .MatchType match_type = 8;
    int
    uint32 mechanicus_difficult_level = 15;
    int
    uint32 mp_play_id = 12;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMpPlayId

      int getMpPlayId()
      uint32 mp_play_id = 12;
      Returns:
      The mpPlayId.
    • getMechanicusDifficultLevel

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

      int getDungeonId()
      uint32 dungeon_id = 10;
      Returns:
      The dungeonId.
    • getMatchId

      int getMatchId()
      uint32 match_id = 2;
      Returns:
      The matchId.
    • getMatchTypeValue

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

      .MatchType match_type = 8;
      Returns:
      The matchType.
    • getMatchParamListList

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

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

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