Class ServerConfigurationConnectionEvents
java.lang.Object
net.fabricmc.fabric.api.networking.v1.ServerConfigurationConnectionEvents
Offers access to events related to the connection to a client on a logical server while a client is configuring.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event<ServerConfigurationConnectionEvents.Disconnect>
An event for the disconnection of the server configuration network handler.static final Event<ServerConfigurationConnectionEvents.Send>
Event indicating a connection began sending configuration packets. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SEND
Event indicating a connection began sending configuration packets. -
DISCONNECT
An event for the disconnection of the server configuration network handler.No packets should be sent when this event is invoked.
-
-
Constructor Details
-
ServerConfigurationConnectionEvents
public ServerConfigurationConnectionEvents()
-