Package emu.grasscutter.net.proto
Interface GCGOperationOnStageSelectOuterClass.GCGOperationOnStageSelectOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGOperationOnStageSelectOuterClass.GCGOperationOnStageSelect,GCGOperationOnStageSelectOuterClass.GCGOperationOnStageSelect.Builder
- Enclosing class:
- GCGOperationOnStageSelectOuterClass
public static interface GCGOperationOnStageSelectOuterClass.GCGOperationOnStageSelectOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_guid = 6;intgetCostDiceIndexList(int index) repeated uint32 cost_dice_index_list = 10;intrepeated uint32 cost_dice_index_list = 10;repeated uint32 cost_dice_index_list = 10;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
-
getCostDiceIndexListList
repeated uint32 cost_dice_index_list = 10;- Returns:
- A list containing the costDiceIndexList.
-
getCostDiceIndexListCount
int getCostDiceIndexListCount()repeated uint32 cost_dice_index_list = 10;- Returns:
- The count of costDiceIndexList.
-
getCostDiceIndexList
int getCostDiceIndexList(int index) repeated uint32 cost_dice_index_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The costDiceIndexList at the given index.
-
getCardGuid
int getCardGuid()uint32 card_guid = 6;- Returns:
- The cardGuid.
-