Package emu.grasscutter.net.proto
Interface GCGOperationRebootOuterClass.GCGOperationRebootOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGOperationRebootOuterClass.GCGOperationReboot,GCGOperationRebootOuterClass.GCGOperationReboot.Builder
- Enclosing class:
- GCGOperationRebootOuterClass
public static interface GCGOperationRebootOuterClass.GCGOperationRebootOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCostCardGuidList(int index) repeated uint32 cost_card_guid_list = 14;intrepeated uint32 cost_card_guid_list = 14;repeated uint32 cost_card_guid_list = 14;intgetDiceIndexList(int index) repeated uint32 dice_index_list = 2;intrepeated uint32 dice_index_list = 2;repeated uint32 dice_index_list = 2;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
-
getDiceIndexListList
repeated uint32 dice_index_list = 2;- Returns:
- A list containing the diceIndexList.
-
getDiceIndexListCount
int getDiceIndexListCount()repeated uint32 dice_index_list = 2;- Returns:
- The count of diceIndexList.
-
getDiceIndexList
int getDiceIndexList(int index) repeated uint32 dice_index_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The diceIndexList at the given index.
-
getCostCardGuidListList
repeated uint32 cost_card_guid_list = 14;- Returns:
- A list containing the costCardGuidList.
-
getCostCardGuidListCount
int getCostCardGuidListCount()repeated uint32 cost_card_guid_list = 14;- Returns:
- The count of costCardGuidList.
-
getCostCardGuidList
int getCostCardGuidList(int index) repeated uint32 cost_card_guid_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The costCardGuidList at the given index.
-