Class net.minecraft.recipe.RecipeGridAligner

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

Instance Methods

instance:acceptAlignedInput(inputs, slot, amount, gridX, gridY) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:alignRecipeToGrid(gridWidth, gridHeight, gridOutputSlot, recipe, inputs, amount) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:acceptAlignedInput(inputs, slot, amount, gridX, gridY)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • inputs userdata, Iterator 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"
  • amount int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • gridX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • gridY int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:alignRecipeToGrid(gridWidth, gridHeight, gridOutputSlot, recipe, inputs, amount)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • gridWidth int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • gridHeight int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • gridOutputSlot int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • recipe userdata, Recipe This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • inputs userdata, Iterator This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • amount int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"