Package emu.grasscutter.net.proto
Interface GCGDSDataNotifyOuterClass.GCGDSDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGDSDataNotifyOuterClass.GCGDSDataNotify,GCGDSDataNotifyOuterClass.GCGDSDataNotify.Builder
- Enclosing class:
- GCGDSDataNotifyOuterClass
public static interface GCGDSDataNotifyOuterClass.GCGDSDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCardList(int index) repeated .GCGDSCardData card_list = 9;intrepeated .GCGDSCardData card_list = 9;repeated .GCGDSCardData card_list = 9;getCardListOrBuilder(int index) repeated .GCGDSCardData card_list = 9;repeated .GCGDSCardData card_list = 9;intuint32 cur_deck_id = 8;getDeckList(int index) repeated .GCGDSDeckData deck_list = 3;intrepeated .GCGDSDeckData deck_list = 3;repeated .GCGDSDeckData deck_list = 3;getDeckListOrBuilder(int index) repeated .GCGDSDeckData deck_list = 3;repeated .GCGDSDeckData deck_list = 3;intgetUnlockCardBackIdList(int index) repeated uint32 unlock_card_back_id_list = 10;intrepeated uint32 unlock_card_back_id_list = 10;repeated uint32 unlock_card_back_id_list = 10;intgetUnlockDeckIdList(int index) repeated uint32 unlock_deck_id_list = 6;intrepeated uint32 unlock_deck_id_list = 6;repeated uint32 unlock_deck_id_list = 6;intgetUnlockFieldIdList(int index) repeated uint32 unlock_field_id_list = 5;intrepeated uint32 unlock_field_id_list = 5;repeated uint32 unlock_field_id_list = 5;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
-
getCurDeckId
int getCurDeckId()uint32 cur_deck_id = 8;- Returns:
- The curDeckId.
-
getDeckListList
List<GCGDSDeckDataOuterClass.GCGDSDeckData> getDeckListList()repeated .GCGDSDeckData deck_list = 3; -
getDeckList
repeated .GCGDSDeckData deck_list = 3; -
getDeckListCount
int getDeckListCount()repeated .GCGDSDeckData deck_list = 3; -
getDeckListOrBuilderList
List<? extends GCGDSDeckDataOuterClass.GCGDSDeckDataOrBuilder> getDeckListOrBuilderList()repeated .GCGDSDeckData deck_list = 3; -
getDeckListOrBuilder
repeated .GCGDSDeckData deck_list = 3; -
getUnlockCardBackIdListList
repeated uint32 unlock_card_back_id_list = 10;- Returns:
- A list containing the unlockCardBackIdList.
-
getUnlockCardBackIdListCount
int getUnlockCardBackIdListCount()repeated uint32 unlock_card_back_id_list = 10;- Returns:
- The count of unlockCardBackIdList.
-
getUnlockCardBackIdList
int getUnlockCardBackIdList(int index) repeated uint32 unlock_card_back_id_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The unlockCardBackIdList at the given index.
-
getCardListList
List<GCGDSCardDataOuterClass.GCGDSCardData> getCardListList()repeated .GCGDSCardData card_list = 9; -
getCardList
repeated .GCGDSCardData card_list = 9; -
getCardListCount
int getCardListCount()repeated .GCGDSCardData card_list = 9; -
getCardListOrBuilderList
List<? extends GCGDSCardDataOuterClass.GCGDSCardDataOrBuilder> getCardListOrBuilderList()repeated .GCGDSCardData card_list = 9; -
getCardListOrBuilder
repeated .GCGDSCardData card_list = 9; -
getUnlockFieldIdListList
repeated uint32 unlock_field_id_list = 5;- Returns:
- A list containing the unlockFieldIdList.
-
getUnlockFieldIdListCount
int getUnlockFieldIdListCount()repeated uint32 unlock_field_id_list = 5;- Returns:
- The count of unlockFieldIdList.
-
getUnlockFieldIdList
int getUnlockFieldIdList(int index) repeated uint32 unlock_field_id_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The unlockFieldIdList at the given index.
-
getUnlockDeckIdListList
repeated uint32 unlock_deck_id_list = 6;- Returns:
- A list containing the unlockDeckIdList.
-
getUnlockDeckIdListCount
int getUnlockDeckIdListCount()repeated uint32 unlock_deck_id_list = 6;- Returns:
- The count of unlockDeckIdList.
-
getUnlockDeckIdList
int getUnlockDeckIdList(int index) repeated uint32 unlock_deck_id_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The unlockDeckIdList at the given index.
-