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 Type
    Method
    Description
    long
    uint64 avatar_guid = 11;
    int
    uint32 buff_id = 7;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.