Package emu.grasscutter.net.proto
Interface GCGCostReviseInfoOuterClass.GCGCostReviseInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGCostReviseInfoOuterClass.GCGCostReviseInfo,GCGCostReviseInfoOuterClass.GCGCostReviseInfo.Builder
- Enclosing class:
- GCGCostReviseInfoOuterClass
public static interface GCGCostReviseInfoOuterClass.GCGCostReviseInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAttackCostList(int index) repeated .GCGAttackCostInfo attack_cost_list = 12;intrepeated .GCGAttackCostInfo attack_cost_list = 12;repeated .GCGAttackCostInfo attack_cost_list = 12;getAttackCostListOrBuilder(int index) repeated .GCGAttackCostInfo attack_cost_list = 12;repeated .GCGAttackCostInfo attack_cost_list = 12;intgetCanUseHandCardIdList(int index) repeated uint32 can_use_hand_card_id_list = 15;intrepeated uint32 can_use_hand_card_id_list = 15;repeated uint32 can_use_hand_card_id_list = 15;booleanbool is_can_attack = 14;getPlayCardCostList(int index) repeated .GCGPlayCardCostInfo play_card_cost_list = 5;intrepeated .GCGPlayCardCostInfo play_card_cost_list = 5;repeated .GCGPlayCardCostInfo play_card_cost_list = 5;getPlayCardCostListOrBuilder(int index) repeated .GCGPlayCardCostInfo play_card_cost_list = 5;repeated .GCGPlayCardCostInfo play_card_cost_list = 5;getSelectOnStageCostList(int index) repeated .GCGSelectOnStageCostInfo select_on_stage_cost_list = 13;intrepeated .GCGSelectOnStageCostInfo select_on_stage_cost_list = 13;repeated .GCGSelectOnStageCostInfo select_on_stage_cost_list = 13;getSelectOnStageCostListOrBuilder(int index) repeated .GCGSelectOnStageCostInfo select_on_stage_cost_list = 13;repeated .GCGSelectOnStageCostInfo select_on_stage_cost_list = 13;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
-
getCanUseHandCardIdListList
repeated uint32 can_use_hand_card_id_list = 15;- Returns:
- A list containing the canUseHandCardIdList.
-
getCanUseHandCardIdListCount
int getCanUseHandCardIdListCount()repeated uint32 can_use_hand_card_id_list = 15;- Returns:
- The count of canUseHandCardIdList.
-
getCanUseHandCardIdList
int getCanUseHandCardIdList(int index) repeated uint32 can_use_hand_card_id_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The canUseHandCardIdList at the given index.
-
getSelectOnStageCostListList
List<GCGSelectOnStageCostInfoOuterClass.GCGSelectOnStageCostInfo> getSelectOnStageCostListList()repeated .GCGSelectOnStageCostInfo select_on_stage_cost_list = 13; -
getSelectOnStageCostList
repeated .GCGSelectOnStageCostInfo select_on_stage_cost_list = 13; -
getSelectOnStageCostListCount
int getSelectOnStageCostListCount()repeated .GCGSelectOnStageCostInfo select_on_stage_cost_list = 13; -
getSelectOnStageCostListOrBuilderList
List<? extends GCGSelectOnStageCostInfoOuterClass.GCGSelectOnStageCostInfoOrBuilder> getSelectOnStageCostListOrBuilderList()repeated .GCGSelectOnStageCostInfo select_on_stage_cost_list = 13; -
getSelectOnStageCostListOrBuilder
GCGSelectOnStageCostInfoOuterClass.GCGSelectOnStageCostInfoOrBuilder getSelectOnStageCostListOrBuilder(int index) repeated .GCGSelectOnStageCostInfo select_on_stage_cost_list = 13; -
getPlayCardCostListList
List<GCGPlayCardCostInfoOuterClass.GCGPlayCardCostInfo> getPlayCardCostListList()repeated .GCGPlayCardCostInfo play_card_cost_list = 5; -
getPlayCardCostList
repeated .GCGPlayCardCostInfo play_card_cost_list = 5; -
getPlayCardCostListCount
int getPlayCardCostListCount()repeated .GCGPlayCardCostInfo play_card_cost_list = 5; -
getPlayCardCostListOrBuilderList
List<? extends GCGPlayCardCostInfoOuterClass.GCGPlayCardCostInfoOrBuilder> getPlayCardCostListOrBuilderList()repeated .GCGPlayCardCostInfo play_card_cost_list = 5; -
getPlayCardCostListOrBuilder
repeated .GCGPlayCardCostInfo play_card_cost_list = 5; -
getAttackCostListList
List<GCGAttackCostInfoOuterClass.GCGAttackCostInfo> getAttackCostListList()repeated .GCGAttackCostInfo attack_cost_list = 12; -
getAttackCostList
repeated .GCGAttackCostInfo attack_cost_list = 12; -
getAttackCostListCount
int getAttackCostListCount()repeated .GCGAttackCostInfo attack_cost_list = 12; -
getAttackCostListOrBuilderList
List<? extends GCGAttackCostInfoOuterClass.GCGAttackCostInfoOrBuilder> getAttackCostListOrBuilderList()repeated .GCGAttackCostInfo attack_cost_list = 12; -
getAttackCostListOrBuilder
repeated .GCGAttackCostInfo attack_cost_list = 12; -
getIsCanAttack
boolean getIsCanAttack()bool is_can_attack = 14;- Returns:
- The isCanAttack.
-