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