Package emu.grasscutter.net.proto
Interface AvatarExpeditionCallBackReqOuterClass.AvatarExpeditionCallBackReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarExpeditionCallBackReqOuterClass.AvatarExpeditionCallBackReq,AvatarExpeditionCallBackReqOuterClass.AvatarExpeditionCallBackReq.Builder
- Enclosing class:
- AvatarExpeditionCallBackReqOuterClass
public static interface AvatarExpeditionCallBackReqOuterClass.AvatarExpeditionCallBackReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetAvatarGuid(int index) repeated uint64 avatar_guid = 2;intrepeated uint64 avatar_guid = 2;repeated uint64 avatar_guid = 2;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
-
getAvatarGuidList
repeated uint64 avatar_guid = 2;- Returns:
- A list containing the avatarGuid.
-
getAvatarGuidCount
int getAvatarGuidCount()repeated uint64 avatar_guid = 2;- Returns:
- The count of avatarGuid.
-
getAvatarGuid
long getAvatarGuid(int index) repeated uint64 avatar_guid = 2;- Parameters:
index- The index of the element to return.- Returns:
- The avatarGuid at the given index.
-