Package emu.grasscutter.net.proto
Interface InBattleIrodoriChessInfoOuterClass.InBattleIrodoriChessInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InBattleIrodoriChessInfoOuterClass.InBattleIrodoriChessInfo,InBattleIrodoriChessInfoOuterClass.InBattleIrodoriChessInfo.Builder
- Enclosing class:
- InBattleIrodoriChessInfoOuterClass
public static interface InBattleIrodoriChessInfoOuterClass.InBattleIrodoriChessInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 building_points = 8;intuint32 left_monsters = 15;.IrodoriChessMysteryInfo mystery_info = 2;.IrodoriChessMysteryInfo mystery_info = 2;intgetSelectedCardIdList(int index) repeated uint32 selected_card_id_list = 10;intrepeated uint32 selected_card_id_list = 10;repeated uint32 selected_card_id_list = 10;intuint32 settle_score = 1;boolean.IrodoriChessMysteryInfo mystery_info = 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
-
getSettleScore
int getSettleScore()uint32 settle_score = 1;- Returns:
- The settleScore.
-
hasMysteryInfo
boolean hasMysteryInfo().IrodoriChessMysteryInfo mystery_info = 2;- Returns:
- Whether the mysteryInfo field is set.
-
getMysteryInfo
IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo getMysteryInfo().IrodoriChessMysteryInfo mystery_info = 2;- Returns:
- The mysteryInfo.
-
getMysteryInfoOrBuilder
IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfoOrBuilder getMysteryInfoOrBuilder().IrodoriChessMysteryInfo mystery_info = 2; -
getLeftMonsters
int getLeftMonsters()uint32 left_monsters = 15;- Returns:
- The leftMonsters.
-
getSelectedCardIdListList
repeated uint32 selected_card_id_list = 10;- Returns:
- A list containing the selectedCardIdList.
-
getSelectedCardIdListCount
int getSelectedCardIdListCount()repeated uint32 selected_card_id_list = 10;- Returns:
- The count of selectedCardIdList.
-
getSelectedCardIdList
int getSelectedCardIdList(int index) repeated uint32 selected_card_id_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The selectedCardIdList at the given index.
-
getBuildingPoints
int getBuildingPoints()uint32 building_points = 8;- Returns:
- The buildingPoints.
-