Interface InBattleMechanicusConfirmCardReqOuterClass.InBattleMechanicusConfirmCardReqOrBuilder

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

public static interface InBattleMechanicusConfirmCardReqOuterClass.InBattleMechanicusConfirmCardReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 card_id = 3;
    int
    uint32 group_id = 5;
    int
    uint32 play_index = 8;

    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

    • getCardId

      int getCardId()
      uint32 card_id = 3;
      Returns:
      The cardId.
    • getPlayIndex

      int getPlayIndex()
      uint32 play_index = 8;
      Returns:
      The playIndex.
    • getGroupId

      int getGroupId()
      uint32 group_id = 5;
      Returns:
      The groupId.