Package icu.suc.mc.serverevents
Class ServerEvents.Player.Kick
java.lang.Object
icu.suc.mc.serverevents.ServerEvents.Player.Kick
- Enclosing class:
ServerEvents.Player
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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. -
Method Summary
-
Field Details
-
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.
-