Package emu.grasscutter.net.proto
Interface GCGDSBanCardNotifyOuterClass.GCGDSBanCardNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGDSBanCardNotifyOuterClass.GCGDSBanCardNotify,GCGDSBanCardNotifyOuterClass.GCGDSBanCardNotify.Builder
- Enclosing class:
- GCGDSBanCardNotifyOuterClass
public static interface GCGDSBanCardNotifyOuterClass.GCGDSBanCardNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCardList(int index) repeated uint32 card_list = 10;intrepeated uint32 card_list = 10;repeated uint32 card_list = 10;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
-
getCardListList
repeated uint32 card_list = 10;- Returns:
- A list containing the cardList.
-
getCardListCount
int getCardListCount()repeated uint32 card_list = 10;- Returns:
- The count of cardList.
-
getCardList
int getCardList(int index) repeated uint32 card_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The cardList at the given index.
-