Class net.minecraft.text.ParsableText

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

Instance Methods

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


Instance Methods

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

Parameters:

  • source userdata, ServerCommandSource This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • sender userdata, Entity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • depth int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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