Class ServerboundConfigurationChannelEvents
java.lang.Object
net.fabricmc.fabric.api.client.networking.v1.ServerboundConfigurationChannelEvents
Offers access to events related to the indication of a connected server's ability to receive packets in certain channels.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event<ServerboundConfigurationChannelEvents.Register> An event for the client configuration packet listener receiving an update indicating the connected server's ability to receive packets in certain channels.static final Event<ServerboundConfigurationChannelEvents.Unregister> An event for the client configuration packet listener receiving an update indicating the connected server's lack of ability to receive packets in certain channels. -
Method Summary
-
Field Details
-
REGISTER
An event for the client configuration packet listener 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
An event for the client configuration packet listener 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.
-