Class ServerEvents.Connection.Receive
java.lang.Object
icu.suc.mc.serverevents.ServerEvents.Connection.Receive
- Enclosing class:
ServerEvents.Connection
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic 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. -
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.
-