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