S2CPlayChannelEvents

public final class S2CPlayChannelEvents

Offers access to events related to the indication of a connected client's ability to receive packets in certain channels.

Types

Register
Link copied to clipboard
public interface Register
S2CPlayChannelEvents#REGISTER
Unregister
Link copied to clipboard
public interface Unregister
S2CPlayChannelEvents#UNREGISTER

Properties

REGISTER
Link copied to clipboard
public final static Event<S2CPlayChannelEvents.RegisterREGISTER
An event for the server play network handler receiving an update indicating the connected client's ability to receive packets in certain channels.This event may be invoked at any time after login and up to disconnection.
UNREGISTER
Link copied to clipboard
public final static Event<S2CPlayChannelEvents.UnregisterUNREGISTER
An event for the server play network handler receiving an update indicating the connected client's lack of ability to receive packets in certain channels.This event may be invoked at any time after login and up to disconnection.

Sources

jvm source
Link copied to clipboard