类 ServerEvents.Player.Kick
java.lang.Object
icu.suc.serverevents.ServerEvents.Player.Kick
- 封闭类:
ServerEvents.Player
-
嵌套类概要
嵌套类修饰符和类型类说明static interfacestatic interface -
字段概要
字段修饰符和类型字段说明static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.Kick.Allow> An event that allows the player should be kicked.static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.Kick.ModifyReason> An event that can be used to provide the player's kick reason. -
方法概要
-
字段详细资料
-
MODIFY_REASON
public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.Kick.ModifyReason> MODIFY_REASONAn event that can be used to provide the player's kick reason. -
ALLOW
An event that allows the player should be kicked.
-