class
Rosegold::RecipeDisplayEntry
- Rosegold::RecipeDisplayEntry
- Reference
- Object
Defined in:
rosegold/inventory/recipe.crConstructors
- .new(id : UInt32, display : Rosegold::RecipeDisplay, group : UInt32 | Nil, category : UInt32, crafting_requirements : Nil | Array(Array(UInt32)))
- .read(io) : self
Instance Method Summary
- #category : UInt32
- #crafting_requirements : Array(Array(UInt32)) | Nil
- #display : RecipeDisplay
- #group : UInt32 | Nil
- #id : UInt32
- #result_item_id : UInt32 | Nil
Constructor Detail
def self.new(id : UInt32, display : Rosegold::RecipeDisplay, group : UInt32 | Nil, category : UInt32, crafting_requirements : Nil | Array(Array(UInt32)))
#