Package icu.suc.serverevents
Class ServerEvents.Player.Kick
java.lang.Object
icu.suc.serverevents.ServerEvents.Player.Kick
- Enclosing class:
ServerEvents.Player
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static 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. -
Constructor Summary
Constructors -
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.
-
-
Constructor Details
-
Kick
public Kick()
-