Interface GCGDuelExtraOuterClass.GCGDuelExtraOrBuilder

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

public static interface GCGDuelExtraOuterClass.GCGDuelExtraOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCardIdListList

      List<Integer> getCardIdListList()
      repeated uint32 card_id_list = 1;
      Returns:
      A list containing the cardIdList.
    • getCardIdListCount

      int getCardIdListCount()
      repeated uint32 card_id_list = 1;
      Returns:
      The count of cardIdList.
    • getCardIdList

      int getCardIdList(int index)
      repeated uint32 card_id_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cardIdList at the given index.
    • getFieldId

      int getFieldId()
      uint32 field_id = 2;
      Returns:
      The fieldId.
    • getCardBackId

      int getCardBackId()
      uint32 card_back_id = 3;
      Returns:
      The cardBackId.
    • getCardFaceMapCount

      int getCardFaceMapCount()
      map<uint32, uint32> card_face_map = 4;
    • containsCardFaceMap

      boolean containsCardFaceMap(int key)
      map<uint32, uint32> card_face_map = 4;
    • getCardFaceMap

      @Deprecated Map<Integer,Integer> getCardFaceMap()
      Deprecated.
      Use getCardFaceMapMap() instead.
    • getCardFaceMapMap

      Map<Integer,Integer> getCardFaceMapMap()
      map<uint32, uint32> card_face_map = 4;
    • getCardFaceMapOrDefault

      int getCardFaceMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> card_face_map = 4;
    • getCardFaceMapOrThrow

      int getCardFaceMapOrThrow(int key)
      map<uint32, uint32> card_face_map = 4;
    • getChallengeListList

      repeated .GCGChallengeData challenge_list = 5;
    • getChallengeList

      GCGChallengeDataOuterClass.GCGChallengeData getChallengeList(int index)
      repeated .GCGChallengeData challenge_list = 5;
    • getChallengeListCount

      int getChallengeListCount()
      repeated .GCGChallengeData challenge_list = 5;
    • getChallengeListOrBuilderList

      List<? extends GCGChallengeDataOuterClass.GCGChallengeDataOrBuilder> getChallengeListOrBuilderList()
      repeated .GCGChallengeData challenge_list = 5;
    • getChallengeListOrBuilder

      GCGChallengeDataOuterClass.GCGChallengeDataOrBuilder getChallengeListOrBuilder(int index)
      repeated .GCGChallengeData challenge_list = 5;
    • getScore

      int getScore()
      uint32 score = 6;
      Returns:
      The score.
    • getIsMatchAi

      boolean getIsMatchAi()
      bool is_match_ai = 7;
      Returns:
      The isMatchAi.
    • getAiDeckId

      int getAiDeckId()
      uint32 ai_deck_id = 8;
      Returns:
      The aiDeckId.
    • getIsInternal

      boolean getIsInternal()
      bool is_internal = 9;
      Returns:
      The isInternal.
    • getForbidFinishChallengeListList

      List<Integer> getForbidFinishChallengeListList()
      repeated uint32 forbid_finish_challenge_list = 10;
      Returns:
      A list containing the forbidFinishChallengeList.
    • getForbidFinishChallengeListCount

      int getForbidFinishChallengeListCount()
      repeated uint32 forbid_finish_challenge_list = 10;
      Returns:
      The count of forbidFinishChallengeList.
    • getForbidFinishChallengeList

      int getForbidFinishChallengeList(int index)
      repeated uint32 forbid_finish_challenge_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The forbidFinishChallengeList at the given index.
    • getLevel

      int getLevel()
      uint32 level = 11;
      Returns:
      The level.
    • getClientVersion

      int getClientVersion()
      uint32 client_version = 12;
      Returns:
      The clientVersion.
    • getPlatformTypeValue

      int getPlatformTypeValue()
      .PlatformType platform_type = 13;
      Returns:
      The enum numeric value on the wire for platformType.
    • getPlatformType

      .PlatformType platform_type = 13;
      Returns:
      The platformType.