Package emu.grasscutter.net.proto
Interface AvatarBuffAddNotifyOuterClass.AvatarBuffAddNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarBuffAddNotifyOuterClass.AvatarBuffAddNotify,AvatarBuffAddNotifyOuterClass.AvatarBuffAddNotify.Builder
- Enclosing class:
- AvatarBuffAddNotifyOuterClass
public static interface AvatarBuffAddNotifyOuterClass.AvatarBuffAddNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 avatar_guid = 11;intuint32 buff_id = 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
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 11;- Returns:
- The avatarGuid.
-
getBuffId
int getBuffId()uint32 buff_id = 7;- Returns:
- The buffId.
-