Interface GCGOperationPlayCardOuterClass.GCGOperationPlayCardOrBuilder

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

public static interface GCGOperationPlayCardOuterClass.GCGOperationPlayCardOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 card_guid = 1;
    int
    repeated uint32 cost_dice_index_list = 11;
    int
    repeated uint32 cost_dice_index_list = 11;
    repeated uint32 cost_dice_index_list = 11;
    int
    uint32 replace_card_guid = 8;
    int
    repeated uint32 target_card_guid_list = 14;
    int
    repeated uint32 target_card_guid_list = 14;
    repeated uint32 target_card_guid_list = 14;

    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

    • getReplaceCardGuid

      int getReplaceCardGuid()
      uint32 replace_card_guid = 8;
      Returns:
      The replaceCardGuid.
    • getTargetCardGuidListList

      List<Integer> getTargetCardGuidListList()
      repeated uint32 target_card_guid_list = 14;
      Returns:
      A list containing the targetCardGuidList.
    • getTargetCardGuidListCount

      int getTargetCardGuidListCount()
      repeated uint32 target_card_guid_list = 14;
      Returns:
      The count of targetCardGuidList.
    • getTargetCardGuidList

      int getTargetCardGuidList(int index)
      repeated uint32 target_card_guid_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The targetCardGuidList at the given index.
    • getCardGuid

      int getCardGuid()
      uint32 card_guid = 1;
      Returns:
      The cardGuid.
    • getCostDiceIndexListList

      List<Integer> getCostDiceIndexListList()
      repeated uint32 cost_dice_index_list = 11;
      Returns:
      A list containing the costDiceIndexList.
    • getCostDiceIndexListCount

      int getCostDiceIndexListCount()
      repeated uint32 cost_dice_index_list = 11;
      Returns:
      The count of costDiceIndexList.
    • getCostDiceIndexList

      int getCostDiceIndexList(int index)
      repeated uint32 cost_dice_index_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The costDiceIndexList at the given index.