Class net.minecraft.screen.ScreenHandlerSyncHandler

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

Instance Methods

instance:updateCursorStack(handler, stack) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:updateProperty(handler, property, value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:updateSlot(handler, slot, stack) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:updateState(handler, stacks, cursorStack, properties) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:updateCursorStack(handler, stack)
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"
  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:updateProperty(handler, property, value)
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"
  • property int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • value int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:updateSlot(handler, slot, stack)
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"
  • slot int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:updateState(handler, stacks, cursorStack, properties)
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"
  • stacks userdata, DefaultedList This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • cursorStack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • properties userdata, int[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"