Package emu.grasscutter.net.proto
Interface GCGDuelExtraOuterClass.GCGDuelExtraOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGDuelExtraOuterClass.GCGDuelExtra,GCGDuelExtraOuterClass.GCGDuelExtra.Builder
- Enclosing class:
- GCGDuelExtraOuterClass
public static interface GCGDuelExtraOuterClass.GCGDuelExtraOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsCardFaceMap(int key) map<uint32, uint32> card_face_map = 4;intuint32 ai_deck_id = 8;intuint32 card_back_id = 3;Deprecated.intmap<uint32, uint32> card_face_map = 4;map<uint32, uint32> card_face_map = 4;intgetCardFaceMapOrDefault(int key, int defaultValue) map<uint32, uint32> card_face_map = 4;intgetCardFaceMapOrThrow(int key) map<uint32, uint32> card_face_map = 4;intgetCardIdList(int index) repeated uint32 card_id_list = 1;intrepeated uint32 card_id_list = 1;repeated uint32 card_id_list = 1;getChallengeList(int index) repeated .GCGChallengeData challenge_list = 5;intrepeated .GCGChallengeData challenge_list = 5;repeated .GCGChallengeData challenge_list = 5;getChallengeListOrBuilder(int index) repeated .GCGChallengeData challenge_list = 5;repeated .GCGChallengeData challenge_list = 5;intuint32 client_version = 12;intuint32 field_id = 2;intgetForbidFinishChallengeList(int index) repeated uint32 forbid_finish_challenge_list = 10;intrepeated uint32 forbid_finish_challenge_list = 10;repeated uint32 forbid_finish_challenge_list = 10;booleanbool is_internal = 9;booleanbool is_match_ai = 7;intgetLevel()uint32 level = 11;.PlatformType platform_type = 13;int.PlatformType platform_type = 13;intgetScore()uint32 score = 6;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
-
getCardIdListList
repeated uint32 card_id_list = 1;- Returns:
- A list containing the cardIdList.
-
getCardIdListCount
int getCardIdListCount()repeated uint32 card_id_list = 1;- Returns:
- The count of cardIdList.
-
getCardIdList
int getCardIdList(int index) repeated uint32 card_id_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The cardIdList at the given index.
-
getFieldId
int getFieldId()uint32 field_id = 2;- Returns:
- The fieldId.
-
getCardBackId
int getCardBackId()uint32 card_back_id = 3;- Returns:
- The cardBackId.
-
getCardFaceMapCount
int getCardFaceMapCount()map<uint32, uint32> card_face_map = 4; -
containsCardFaceMap
boolean containsCardFaceMap(int key) map<uint32, uint32> card_face_map = 4; -
getCardFaceMap
Deprecated.UsegetCardFaceMapMap()instead. -
getCardFaceMapMap
map<uint32, uint32> card_face_map = 4; -
getCardFaceMapOrDefault
int getCardFaceMapOrDefault(int key, int defaultValue) map<uint32, uint32> card_face_map = 4; -
getCardFaceMapOrThrow
int getCardFaceMapOrThrow(int key) map<uint32, uint32> card_face_map = 4; -
getChallengeListList
List<GCGChallengeDataOuterClass.GCGChallengeData> getChallengeListList()repeated .GCGChallengeData challenge_list = 5; -
getChallengeList
repeated .GCGChallengeData challenge_list = 5; -
getChallengeListCount
int getChallengeListCount()repeated .GCGChallengeData challenge_list = 5; -
getChallengeListOrBuilderList
List<? extends GCGChallengeDataOuterClass.GCGChallengeDataOrBuilder> getChallengeListOrBuilderList()repeated .GCGChallengeData challenge_list = 5; -
getChallengeListOrBuilder
repeated .GCGChallengeData challenge_list = 5; -
getScore
int getScore()uint32 score = 6;- Returns:
- The score.
-
getIsMatchAi
boolean getIsMatchAi()bool is_match_ai = 7;- Returns:
- The isMatchAi.
-
getAiDeckId
int getAiDeckId()uint32 ai_deck_id = 8;- Returns:
- The aiDeckId.
-
getIsInternal
boolean getIsInternal()bool is_internal = 9;- Returns:
- The isInternal.
-
getForbidFinishChallengeListList
repeated uint32 forbid_finish_challenge_list = 10;- Returns:
- A list containing the forbidFinishChallengeList.
-
getForbidFinishChallengeListCount
int getForbidFinishChallengeListCount()repeated uint32 forbid_finish_challenge_list = 10;- Returns:
- The count of forbidFinishChallengeList.
-
getForbidFinishChallengeList
int getForbidFinishChallengeList(int index) repeated uint32 forbid_finish_challenge_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The forbidFinishChallengeList at the given index.
-
getLevel
int getLevel()uint32 level = 11;- Returns:
- The level.
-
getClientVersion
int getClientVersion()uint32 client_version = 12;- Returns:
- The clientVersion.
-
getPlatformTypeValue
int getPlatformTypeValue().PlatformType platform_type = 13;- Returns:
- The enum numeric value on the wire for platformType.
-
getPlatformType
PlatformTypeOuterClass.PlatformType getPlatformType().PlatformType platform_type = 13;- Returns:
- The platformType.
-