Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintuint32 card_id = 11;intuint32 group_id = 12;intuint32 player_uid = 1;intuint32 play_index = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-