Interface ServerEvents.Player.Kick.ModifyReason

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.

@FunctionalInterface public static interface ServerEvents.Player.Kick.ModifyReason
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.network.chat.Component
    modifyKickReason(@NotNull net.minecraft.server.level.ServerPlayer player, @NotNull net.minecraft.network.chat.Component reason)
    Modifies or provides a reason for a player kicked.
  • Method Details

    • modifyKickReason

      @NotNull @NotNull net.minecraft.network.chat.Component modifyKickReason(@NotNull @NotNull net.minecraft.server.level.ServerPlayer player, @NotNull @NotNull net.minecraft.network.chat.Component reason)
      Modifies or provides a reason for a player kicked.
      Parameters:
      player - the player
      reason - the kick reason
      Returns:
      the new kick reason