Observer

public interface Observer

Receives one call per direct broadcast: the packet and how many viewers it went to.

Functions

Link copied to clipboard
public abstract void onSend(Object packet, int viewerCount)