Class net.minecraft.client.gui.screen.narration.NarrationMessageBuilder

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

Instance Methods

instance:nextMessage() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:put(part, narration) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:put(part, string) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:put(part, texts) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:put(part, text) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

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

Returns:

userdata, NarrationMessageBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:put(part, narration)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • part userdata, NarrationPart This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • narration userdata, Narration This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:put(part, string)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • part userdata, NarrationPart This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • string string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:put(part, texts)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • part userdata, NarrationPart This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • texts userdata, Text[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:put(part, text)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • part userdata, NarrationPart This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • text userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"