class
Rosegold::RecipeDisplayShapedCrafting
- Rosegold::RecipeDisplayShapedCrafting
- Rosegold::RecipeDisplay
- Reference
- Object
Defined in:
rosegold/inventory/recipe.crConstructors
- .new(width : UInt32, height : UInt32, ingredients : Array(Rosegold::SlotDisplay), result : Rosegold::SlotDisplay, crafting_station : Rosegold::SlotDisplay)
- .read(io) : self
Instance Method Summary
- #crafting_station : SlotDisplay
- #height : UInt32
- #ingredients : Array(SlotDisplay)
- #result : SlotDisplay
- #width : UInt32
Constructor methods inherited from class Rosegold::RecipeDisplay
read(io) : RecipeDisplay
read
Constructor Detail
def self.new(width : UInt32, height : UInt32, ingredients : Array(Rosegold::SlotDisplay), result : Rosegold::SlotDisplay, crafting_station : Rosegold::SlotDisplay)
#