Class 	
	net.minecraft.screen.BrewingStandScreenHandler$IngredientSlot
	This description should be content pulled from the first comments of a lua file.
Constructors
| IngredientSlot(inventory, i, j, k) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Instance Fields
| int | instance.id | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, Inventory | instance.inventory | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | instance.x | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | instance.y | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Instance Methods
| instance:canInsert(stack) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:canTakeItems(playerEntity) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:canTakePartial(player) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:equals(arg0) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getBackgroundSprite() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getClass() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getIndex() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getMaxItemCount() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getMaxItemCount(stack) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getStack() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:hasStack() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:hashCode() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:insertStack(stack) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:insertStack(stack, count) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:isEnabled() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:markDirty() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:notify() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:notifyAll() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:onCrafted(stack) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:onCrafted(stack, amount) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:onQuickTransfer(newItem, original) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:onTake(amount) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:onTakeItem(player, stack) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:setStack(stack) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:takeStack(amount) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:takeStackRange(min, max, player) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:toString() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:tryTakeStackRange(min, max, player) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:wait() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:wait(arg0) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:wait(arg0, arg1) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Constructors
- IngredientSlot(inventory, i, j, k)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- inventory userdata, Inventory This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- i int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- j int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- k int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Instance Methods
- instance:canInsert(stack)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:canTakeItems(playerEntity)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- playerEntity userdata, PlayerEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:canTakePartial(player)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- player userdata, PlayerEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:equals(arg0)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- arg0 userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:getBackgroundSprite()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:userdata, Pair This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:getClass()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:getIndex()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:getMaxItemCount()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:getMaxItemCount(stack)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:getStack()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:hasStack()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:hashCode()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:insertStack(stack)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:insertStack(stack, count)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- count int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:isEnabled()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:markDirty()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
- instance:notify()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
- instance:notifyAll()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
- instance:onCrafted(stack)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- instance:onCrafted(stack, amount)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- stack userdata, ItemStack 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"
 
- instance:onQuickTransfer(newItem, original)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- newItem userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- original userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- instance:onTake(amount)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- amount int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- instance:onTakeItem(player, stack)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- player userdata, PlayerEntity 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:setStack(stack)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- instance:takeStack(amount)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- amount int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:takeStackRange(min, max, player)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- min int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- max int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- player userdata, PlayerEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:toString()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:tryTakeStackRange(min, max, player)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- min int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- max int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- player userdata, PlayerEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:userdata, Optional This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:wait()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
- instance:wait(arg0)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- instance:wait(arg0, arg1)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"