Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 453 Bytes

RecipeHelper.md

File metadata and controls

22 lines (14 loc) · 453 Bytes

Documentation

public RecipeHelper(String name, Shaped shape, ItemStack result)

  • Parameters:
    • name — String
    • shape — Shaped
    • result — ItemStack

public RecipeHelper(String name, Material[] ingredients, ItemStack result)

  • Parameters:
    • name — String
    • ingredients — Material[]
    • result — ItemStack

public Recipe getRecipe()

creates Recipe from Helper

  • Returns: Recipe