Interface PlayPacketHandler<InputChannel>

Type Parameters:
InputChannel - The type of objects that might send a packet to this plugin
All Superinterfaces:
CommandAPIPacketHandler<InputChannel>

public interface PlayPacketHandler<InputChannel> extends CommandAPIPacketHandler<InputChannel>
An interface for handling CommandAPIPackets on the CommandAPIProtocol.PLAY channel. Each method handles a different packet. These methods should be implemented on each platform to define what happens when each packet is received.