Package emu.grasscutter.net.proto
Interface GetAllUnlockNameCardRspOuterClass.GetAllUnlockNameCardRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetAllUnlockNameCardRspOuterClass.GetAllUnlockNameCardRsp,GetAllUnlockNameCardRspOuterClass.GetAllUnlockNameCardRsp.Builder
- Enclosing class:
- GetAllUnlockNameCardRspOuterClass
public static interface GetAllUnlockNameCardRspOuterClass.GetAllUnlockNameCardRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetNameCardList(int index) repeated uint32 name_card_list = 13;intrepeated uint32 name_card_list = 13;repeated uint32 name_card_list = 13;intint32 retcode = 7;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
-
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-
getNameCardListList
repeated uint32 name_card_list = 13;- Returns:
- A list containing the nameCardList.
-
getNameCardListCount
int getNameCardListCount()repeated uint32 name_card_list = 13;- Returns:
- The count of nameCardList.
-
getNameCardList
int getNameCardList(int index) repeated uint32 name_card_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The nameCardList at the given index.
-