Package icu.suc.mc.serverevents
Class ServerEvents.Connection.Send
java.lang.Object
icu.suc.mc.serverevents.ServerEvents.Connection.Send
- 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.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. -
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.
-