MacrocosmRecipe

Functions

Link copied to clipboard
abstract fun assemble(ctx: RecipeContext, player: MacrocosmPlayer): ItemStack
Link copied to clipboard
abstract fun ingredients(): List<List<Pair<Identifier, Int>>>
Link copied to clipboard
abstract fun matches(player: MacrocosmPlayer, inv: Inventory, grid: List<ItemStack?>, modify: Boolean): Pair<Boolean, HashMap<Int, Pair<ItemStack, Int>>>
Link copied to clipboard
abstract fun resultItem(): ItemStack
Link copied to clipboard

Properties

Link copied to clipboard
abstract val id: Identifier