Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintuint32 card_guid = 1;intgetCostDiceIndexList(int index) repeated uint32 cost_dice_index_list = 11;intrepeated uint32 cost_dice_index_list = 11;repeated uint32 cost_dice_index_list = 11;intuint32 replace_card_guid = 8;intgetTargetCardGuidList(int index) repeated uint32 target_card_guid_list = 14;intrepeated uint32 target_card_guid_list = 14;repeated uint32 target_card_guid_list = 14;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
-
getReplaceCardGuid
int getReplaceCardGuid()uint32 replace_card_guid = 8;- Returns:
- The replaceCardGuid.
-
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
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.
-