Interface IRecipeEvent

    • Method Detail

      • getRecipe

        java.lang.Object getRecipe()
        Returns the recipe object associated with this event. This can be a custom recipe or an anvil recipe.
        Returns:
        the recipe object - IRecipe or IAnvilRecipe
      • isAnvil

        boolean isAnvil()