class Rosegold::RecipeDisplayShapedCrafting

Defined in:

rosegold/inventory/recipe.cr

Constructors

Instance Method Summary

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) #

[View source]
def self.read(io) : self #

[View source]

Instance Method Detail

def crafting_station : SlotDisplay #

[View source]
def height : UInt32 #

[View source]
def ingredients : Array(SlotDisplay) #

[View source]
def result : SlotDisplay #

[View source]
def width : UInt32 #

[View source]