class Rosegold::RecipeDisplayStonecutter

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(ingredient : 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 ingredient : SlotDisplay #

[View source]
def result : SlotDisplay #

[View source]