Interface InBattleMechanicusPickCardNotifyOuterClass.InBattleMechanicusPickCardNotifyOrBuilder

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

public static interface InBattleMechanicusPickCardNotifyOuterClass.InBattleMechanicusPickCardNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 card_id = 11;
    int
    uint32 group_id = 12;
    int
    uint32 player_uid = 1;
    int
    uint32 play_index = 4;

    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

    • getPlayerUid

      int getPlayerUid()
      uint32 player_uid = 1;
      Returns:
      The playerUid.
    • getCardId

      int getCardId()
      uint32 card_id = 11;
      Returns:
      The cardId.
    • getGroupId

      int getGroupId()
      uint32 group_id = 12;
      Returns:
      The groupId.
    • getPlayIndex

      int getPlayIndex()
      uint32 play_index = 4;
      Returns:
      The playIndex.