Package emu.grasscutter.net.proto
Interface AvatarCardChangeReqOuterClass.AvatarCardChangeReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarCardChangeReqOuterClass.AvatarCardChangeReq,AvatarCardChangeReqOuterClass.AvatarCardChangeReq.Builder
- Enclosing class:
- AvatarCardChangeReqOuterClass
public static interface AvatarCardChangeReqOuterClass.AvatarCardChangeReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 avatar_guid = 14;intgetCount()uint32 count = 11;intuint32 item_id = 4;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
-
getCount
int getCount()uint32 count = 11;- Returns:
- The count.
-
getItemId
int getItemId()uint32 item_id = 4;- Returns:
- The itemId.
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 14;- Returns:
- The avatarGuid.
-