class
Rosegold::RecipeRegistry
- Rosegold::RecipeRegistry
- Reference
- Object
Defined in:
rosegold/inventory/recipe.crConstructors
Instance Method Summary
- #add(new_entries : Array(RecipeDisplayEntry), replace : Bool)
- #add_history : Array(String)
- #clear
- #entries : Hash(UInt32, RecipeDisplayEntry)
- #find_by_id(id : UInt32) : RecipeDisplayEntry | Nil
- #find_by_result(item_name : String) : Array(RecipeDisplayEntry)
- #last_expected_count : UInt32 | Nil
- #last_parse_error : String | Nil
- #record_parse_error(error : String, expected_count : UInt32)
- #remove(ids : Array(UInt32))
- #size