Interface ChatInputHandler

All Superinterfaces:
Predicate<String>

public interface ChatInputHandler extends Predicate<String>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onChat(Player p, String msg)
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test