Class net.minecraft.client.font.Font

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

Instance Methods

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


Instance Methods

instance:close()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getGlyph(codePoint)
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"

Returns:

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

Returns:

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