Class PacketBuilder

java.lang.Object
me.neznamy.tab.api.protocol.PacketBuilder

public class PacketBuilder extends Object
A class for packet building, methods are overridden in platform-specific builders which extend this class to build actual packets. Packets which don't have a method override are forwarded into sendPacket method, where they are handled using platform's API instead.