Package mindustry.net

Interface Administration.ChatFilter

Enclosing class:
Administration

public static interface Administration.ChatFilter
Handles chat messages from players and changes their contents.
  • Method Summary

    Modifier and Type
    Method
    Description
    filter(mindustry.gen.Player player, String message)
     
  • Method Details

    • filter

      @Nullable String filter(mindustry.gen.Player player, String message)
      Returns:
      the filtered message; a null string signals that the message should not be sent.