Class net.minecraft.text.OrderedText

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

Static Fields

userdata, OrderedText OrderedText.EMPTY This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

OrderedText.concat(first, second) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.concat(texts) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.concat(texts) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.empty() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.innerConcat(text1, text2) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.innerConcat(texts) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.map(visitor, codePointMapper) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.of(text) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.styled(codePoint, style) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.styledBackwardsVisitedString(string, style, codePointMapper) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.styledBackwardsVisitedString(string, style) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.styledForwardsVisitedString(string, style) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OrderedText.styledForwardsVisitedString(string, style, codePointMapper) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

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


Static Methods

OrderedText.concat(first, second)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • first userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • second userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OrderedText.concat(texts)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OrderedText.concat(texts)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • texts userdata, OrderedText[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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

Returns:

userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OrderedText.innerConcat(text1, text2)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • text1 userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • text2 userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OrderedText.innerConcat(texts)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OrderedText.map(visitor, codePointMapper)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • visitor userdata, CharacterVisitor This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • codePointMapper userdata, Int2IntFunction This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, CharacterVisitor This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OrderedText.of(text)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OrderedText.styled(codePoint, style)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • codePoint int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • style userdata, Style This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OrderedText.styledBackwardsVisitedString(string, style, codePointMapper)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • string string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • style userdata, Style This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • codePointMapper userdata, Int2IntFunction This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OrderedText.styledBackwardsVisitedString(string, style)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • string string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • style userdata, Style This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OrderedText.styledForwardsVisitedString(string, style)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • string string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • style userdata, Style This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OrderedText.styledForwardsVisitedString(string, style, codePointMapper)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • string string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • style userdata, Style This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • codePointMapper userdata, Int2IntFunction This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"

Instance Methods

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

Parameters:

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

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"