Package icu.suc.serverevents
Interface ServerEvents.Player.Kick.Allow
- Enclosing class:
ServerEvents.Player.Kick
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
allowKick
(@NotNull net.minecraft.server.level.ServerPlayer player, @NotNull net.minecraft.network.chat.Component reason) Called when a player kicks a server
-
Method Details
-
allowKick
boolean allowKick(@NotNull @NotNull net.minecraft.server.level.ServerPlayer player, @NotNull @NotNull net.minecraft.network.chat.Component reason) Called when a player kicks a server- Parameters:
player
- the playerreason
- the kick reason- Returns:
true
if the player should be kicked, otherwisefalse
-