Interface CommandAPIPacketHandlerProvider<InputChannel>

Type Parameters:
InputChannel - The type of objects that might send a packet to this plugin on this platform.

public interface CommandAPIPacketHandlerProvider<InputChannel>
An interface for defining the platform-level implementations of CommandAPIPacketHandler. Each method returns a packet handler for a different CommandAPIProtocol. These methods should be implemented on each platform to determine the class that handles each packet channel.