Interface PlayerChatEvent

    • Method Detail

      • originalChatFormatter

        PlayerChatFormatter originalChatFormatter()
        Gets the original formatter that this message will be sent through.
        Returns:
        The original formatter used
      • chatFormatter

        Optional<PlayerChatFormatter> chatFormatter()
        Gets the current formatter that this message will be sent through.
        Returns:
        The formatter the message in this event will be sent through
      • originalMessage

        Component originalMessage()
        Gets the original chat message.

        This message is the original chat message, without any formatting whatsoever.

        In Vanilla, this is equivalent to what a player typed into the chat box (no name prefix or other elements).

        Specified by:
        originalMessage in interface MessageEvent
        Returns:
        The original chat message
      • setMessage

        void setMessage​(Component message)
        Sets the chat message.
        Specified by:
        setMessage in interface MessageEvent
        Parameters:
        message - The chat message