Class SmokingRecipe

All Implemented Interfaces:
Recipe<Inventory>

public class SmokingRecipe
extends AbstractCookingRecipe
  • Constructor Details

  • Method Details

    • createIcon

      @Environment(CLIENT) public ItemStack createIcon()
      Creates the stack that is displayed on the recipe book tab containing this recipe, and on a toast when a recipe of this type is unlocked. Used in conjunction with AbstractCookingRecipe.getGroup().
    • getSerializer

      public RecipeSerializer<?> getSerializer()