Package com.petarmc.lib.chat


package com.petarmc.lib.chat
  • Class
    Description
    Represents a successful pattern match from a chat message.
    Functional interface for handling chat pattern matches.
    A reusable chat pattern matching system that allows registration of regex patterns and exact string matches with associated handlers.
     
    Functional interface for handling exact chat message matches.
    Utility class for sending chat messages from the client to the server.