Table of Contents

Delegate MatchGridRecipeDelegate

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public delegate bool MatchGridRecipeDelegate(IPlayer player, GridRecipe recipe, ItemSlot[] ingredients, int gridWidth)

Parameters

player IPlayer
recipe GridRecipe
ingredients ItemSlot[]
gridWidth int

Returns

bool