类 ServerEvents.Connection.Receive
java.lang.Object
icu.suc.serverevents.ServerEvents.Connection.Receive
-
嵌套类概要
嵌套类修饰符和类型类说明static interfacestatic interface -
字段概要
字段修饰符和类型字段说明static 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. -
方法概要
-
字段详细资料
-
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.
-