Package emu.grasscutter.net.proto
Interface GCGOperationAttackOuterClass.GCGOperationAttackOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGOperationAttackOuterClass.GCGOperationAttack,GCGOperationAttackOuterClass.GCGOperationAttack.Builder
- Enclosing class:
- GCGOperationAttackOuterClass
public static interface GCGOperationAttackOuterClass.GCGOperationAttackOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCostDiceIndexList(int index) repeated uint32 cost_dice_index_list = 3;intrepeated uint32 cost_dice_index_list = 3;repeated uint32 cost_dice_index_list = 3;intuint32 skill_id = 15;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
-
getSkillId
int getSkillId()uint32 skill_id = 15;- Returns:
- The skillId.
-
getCostDiceIndexListList
repeated uint32 cost_dice_index_list = 3;- Returns:
- A list containing the costDiceIndexList.
-
getCostDiceIndexListCount
int getCostDiceIndexListCount()repeated uint32 cost_dice_index_list = 3;- Returns:
- The count of costDiceIndexList.
-
getCostDiceIndexList
int getCostDiceIndexList(int index) repeated uint32 cost_dice_index_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The costDiceIndexList at the given index.
-