Class ClientboundConfigurationChannelEvents

java.lang.Object
net.fabricmc.fabric.api.networking.v1.ClientboundConfigurationChannelEvents

public final class ClientboundConfigurationChannelEvents extends Object
Offers access to events related to the indication of a connected client's ability to receive packets in certain channels.
  • Field Details

    • REGISTER

      An event for the server configuration packet listener 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

      An event for the server configuration packet listener 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.