Package icu.suc.serverevents
Interface ServerEvents.Player.Leave.AllowMessage
- Enclosing class:
ServerEvents.Player.Leave
- 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
allowLeaveMessage
(@NotNull net.minecraft.server.level.ServerPlayer player, @NotNull net.minecraft.network.chat.Component message) Called when a player left a server
-
Method Details
-
allowLeaveMessage
boolean allowLeaveMessage(@NotNull @NotNull net.minecraft.server.level.ServerPlayer player, @NotNull @NotNull net.minecraft.network.chat.Component message) Called when a player left a server- Parameters:
player
- the playermessage
- the leave reason- Returns:
true
if should broadcast the message, otherwisefalse
-