Class net.minecraft.client.gui.screen.ingame.HandledScreens$Provider

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

Instance Methods

instance:create(handler, playerInventory, title) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:open(name, type, client, id) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

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

Parameters:

  • handler userdata, ScreenHandler This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • playerInventory userdata, PlayerInventory This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • title userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Screen This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:open(name, type, client, id)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • name userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • type userdata, ScreenHandlerType This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • client userdata, MinecraftClient This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • id int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"