Interface TabPacket

All Known Implementing Classes:
PacketPlayOutBoss, PacketPlayOutChat, PacketPlayOutPlayerInfo, PacketPlayOutPlayerListHeaderFooter, PacketPlayOutScoreboardDisplayObjective, PacketPlayOutScoreboardObjective, PacketPlayOutScoreboardScore, PacketPlayOutScoreboardTeam

public interface TabPacket
Interface representing a packet that can be sent to client independently of platform. It is technically empty, existence is only present to restrict type access when sending packets to player, so TabPlayer.sendCustomPacket(TabPacket) cannot be called with an actual packet.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns user-friendly string representation of the packet
  • Method Details

    • toString

      String toString()
      Returns user-friendly string representation of the packet
      Overrides:
      toString in class Object
      Returns:
      user-friendly string representation of the packet