Package icu.suc.serverevents
Class ServerEvents.Connection.Send
java.lang.Object
icu.suc.serverevents.ServerEvents.Connection.Send
- Enclosing class:
ServerEvents.Connection
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event
<ServerEvents.Connection.Send.Allow> An event that determines whether a packet should be sent.static final net.fabricmc.fabric.api.event.Event
<ServerEvents.Connection.Send.Modify> An event that can be used to modify the packet being sent. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODIFY
An event that can be used to modify the packet being sent. -
ALLOW
An event that determines whether a packet should be sent.
-
-
Constructor Details
-
Send
public Send()
-