Interface ServerBuffChangeNotifyOuterClass.ServerBuffChangeNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ServerBuffChangeNotifyOuterClass.ServerBuffChangeNotify, ServerBuffChangeNotifyOuterClass.ServerBuffChangeNotify.Builder
Enclosing class:
ServerBuffChangeNotifyOuterClass

public static interface ServerBuffChangeNotifyOuterClass.ServerBuffChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getServerBuffChangeTypeValue

      int getServerBuffChangeTypeValue()
      .ServerBuffChangeNotify.ServerBuffChangeType server_buff_change_type = 8;
      Returns:
      The enum numeric value on the wire for serverBuffChangeType.
    • getServerBuffChangeType

      .ServerBuffChangeNotify.ServerBuffChangeType server_buff_change_type = 8;
      Returns:
      The serverBuffChangeType.
    • getAvatarGuidListList

      List<Long> getAvatarGuidListList()
      repeated uint64 avatar_guid_list = 5;
      Returns:
      A list containing the avatarGuidList.
    • getAvatarGuidListCount

      int getAvatarGuidListCount()
      repeated uint64 avatar_guid_list = 5;
      Returns:
      The count of avatarGuidList.
    • getAvatarGuidList

      long getAvatarGuidList(int index)
      repeated uint64 avatar_guid_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The avatarGuidList at the given index.
    • getServerBuffListList

      List<ServerBuffOuterClass.ServerBuff> getServerBuffListList()
      repeated .ServerBuff server_buff_list = 9;
    • getServerBuffList

      ServerBuffOuterClass.ServerBuff getServerBuffList(int index)
      repeated .ServerBuff server_buff_list = 9;
    • getServerBuffListCount

      int getServerBuffListCount()
      repeated .ServerBuff server_buff_list = 9;
    • getServerBuffListOrBuilderList

      List<? extends ServerBuffOuterClass.ServerBuffOrBuilder> getServerBuffListOrBuilderList()
      repeated .ServerBuff server_buff_list = 9;
    • getServerBuffListOrBuilder

      ServerBuffOuterClass.ServerBuffOrBuilder getServerBuffListOrBuilder(int index)
      repeated .ServerBuff server_buff_list = 9;
    • getEntityIdListList

      List<Integer> getEntityIdListList()
      repeated uint32 entity_id_list = 15;
      Returns:
      A list containing the entityIdList.
    • getEntityIdListCount

      int getEntityIdListCount()
      repeated uint32 entity_id_list = 15;
      Returns:
      The count of entityIdList.
    • getEntityIdList

      int getEntityIdList(int index)
      repeated uint32 entity_id_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The entityIdList at the given index.
    • getIsCreatureBuff

      boolean getIsCreatureBuff()
      bool is_creature_buff = 7;
      Returns:
      The isCreatureBuff.