Delegate MatchGridRecipeDelegate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public delegate bool MatchGridRecipeDelegate(IPlayer player, GridRecipe recipe, ItemSlot[] ingredients, int gridWidth)
Parameters
player
IPlayerrecipe
GridRecipeingredients
ItemSlot[]gridWidth
int
Returns
- Extension Methods