Class net.minecraft.client.gui.ClientChatListener

This description should be content pulled from the first comments of a lua file.

Instance Methods

instance:onChatMessage(type, message, sender) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:onChatMessage(type, message, sender)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • type userdata, MessageType This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • message userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • sender userdata, UUID This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"