C2SPlayChannelEvents

public final class C2SPlayChannelEvents

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

Types

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

Properties

REGISTER
Link copied to clipboard
public final static Event<C2SPlayChannelEvents.RegisterREGISTER
An event for the client play network handler receiving an update indicating the connected server'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<C2SPlayChannelEvents.UnregisterUNREGISTER
An event for the client play network handler receiving an update indicating the connected server'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