类 ServerEvents.Connection.Send
java.lang.Object
icu.suc.serverevents.ServerEvents.Connection.Send
-
嵌套类概要
嵌套类修饰符和类型类说明static interfacestatic interface -
字段概要
字段修饰符和类型字段说明static 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. -
方法概要
-
字段详细资料
-
MODIFY
An event that can be used to modify the packet being sent. -
ALLOW
An event that determines whether a packet should be sent.
-