Package emu.grasscutter.net.proto
Interface InBattleMechanicusPickCardReqOuterClass.InBattleMechanicusPickCardReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InBattleMechanicusPickCardReqOuterClass.InBattleMechanicusPickCardReq,InBattleMechanicusPickCardReqOuterClass.InBattleMechanicusPickCardReq.Builder
- Enclosing class:
- InBattleMechanicusPickCardReqOuterClass
public static interface InBattleMechanicusPickCardReqOuterClass.InBattleMechanicusPickCardReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_id = 9;intuint32 group_id = 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
-
getCardId
int getCardId()uint32 card_id = 9;- Returns:
- The cardId.
-
getPlayIndex
int getPlayIndex()uint32 play_index = 4;- Returns:
- The playIndex.
-
getGroupId
int getGroupId()uint32 group_id = 1;- Returns:
- The groupId.
-