Class EventRecipeExtensions
- Namespace
- Nekoyume.Extensions
- Assembly
- Lib9c.dll
public static class EventRecipeExtensions
- Inheritance
-
EventRecipeExtensions
- Inherited Members
-
Methods
GetRecipeRows(EventConsumableItemRecipeSheet, int)
public static List<EventConsumableItemRecipeSheet.Row> GetRecipeRows(this EventConsumableItemRecipeSheet sheet, int eventScheduleId)
Parameters
sheet EventConsumableItemRecipeSheet
eventScheduleId int
Returns
- List<EventConsumableItemRecipeSheet.Row>
GetRecipeRows(EventMaterialItemRecipeSheet, int)
public static List<EventMaterialItemRecipeSheet.Row> GetRecipeRows(this EventMaterialItemRecipeSheet sheet, int eventScheduleId)
Parameters
sheet EventMaterialItemRecipeSheet
eventScheduleId int
Returns
- List<EventMaterialItemRecipeSheet.Row>
ValidateFromAction(EventConsumableItemRecipeSheet, int, string, string)
public static EventConsumableItemRecipeSheet.Row ValidateFromAction(this EventConsumableItemRecipeSheet sheet, int eventConsumableItemRecipeId, string actionTypeText, string addressesHex)
Parameters
sheet EventConsumableItemRecipeSheet
eventConsumableItemRecipeId int
actionTypeText string
addressesHex string
Returns
- EventConsumableItemRecipeSheet.Row
ValidateFromAction(EventMaterialItemRecipeSheet, int, string, string)
public static EventMaterialItemRecipeSheet.Row ValidateFromAction(this EventMaterialItemRecipeSheet sheet, int eventMaterialItemRecipeId, string actionTypeText, string addressesHex)
Parameters
sheet EventMaterialItemRecipeSheet
eventMaterialItemRecipeId int
actionTypeText string
addressesHex string
Returns
- EventMaterialItemRecipeSheet.Row
ValidateFromAction(Row, MaterialItemSheet, Dictionary<int, int>, string, string)
public static void ValidateFromAction(this EventMaterialItemRecipeSheet.Row recipeRow, MaterialItemSheet materialItemSheet, Dictionary<int, int> materialsToUse, string actionTypeText, string addressesHex)
Parameters
recipeRow EventMaterialItemRecipeSheet.Row
materialItemSheet MaterialItemSheet
materialsToUse Dictionary<int, int>
actionTypeText string
addressesHex string