Package emu.grasscutter.net.proto
Interface GetFriendShowNameCardInfoRspOuterClass.GetFriendShowNameCardInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetFriendShowNameCardInfoRspOuterClass.GetFriendShowNameCardInfoRsp,GetFriendShowNameCardInfoRspOuterClass.GetFriendShowNameCardInfoRsp.Builder
- Enclosing class:
- GetFriendShowNameCardInfoRspOuterClass
public static interface GetFriendShowNameCardInfoRspOuterClass.GetFriendShowNameCardInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 2;intgetShowNameCardIdList(int index) repeated uint32 show_name_card_id_list = 10;intrepeated uint32 show_name_card_id_list = 10;repeated uint32 show_name_card_id_list = 10;intgetUid()uint32 uid = 14;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
-
getShowNameCardIdListList
repeated uint32 show_name_card_id_list = 10;- Returns:
- A list containing the showNameCardIdList.
-
getShowNameCardIdListCount
int getShowNameCardIdListCount()repeated uint32 show_name_card_id_list = 10;- Returns:
- The count of showNameCardIdList.
-
getShowNameCardIdList
int getShowNameCardIdList(int index) repeated uint32 show_name_card_id_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The showNameCardIdList at the given index.
-
getUid
int getUid()uint32 uid = 14;- Returns:
- The uid.
-
getRetcode
int getRetcode()int32 retcode = 2;- Returns:
- The retcode.
-