Package me.neznamy.tab.api.protocol
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