Package icu.suc.serverevents
Class ServerEvents.Connection.Receive
java.lang.Object
icu.suc.serverevents.ServerEvents.Connection.Receive
- 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.Receive.Allow> An event that determines whether a packet should be received.static final net.fabricmc.fabric.api.event.Event
<ServerEvents.Connection.Receive.Modify> An event that can be used to modify the packet being received. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODIFY
public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Connection.Receive.Modify> MODIFYAn event that can be used to modify the packet being received. -
ALLOW
public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Connection.Receive.Allow> ALLOWAn event that determines whether a packet should be received.
-
-
Constructor Details
-
Receive
public Receive()
-