Interface CommandAPIPacketHandler<InputChannel>

Type Parameters:
InputChannel - The type of objects that might send a packet to this plugin on this platform
All Known Subinterfaces:
HandshakePacketHandler<InputChannel>, PlayPacketHandler<InputChannel>

public interface CommandAPIPacketHandler<InputChannel>
An interface for handling CommandAPIPackets. Direct children of this interface handles packets for each of the CommandAPIProtocols, and those children should be implemented to handle packets for each platform.