Class CampfireCookingRecipe

java.lang.Object
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.recipe.CampfireCookingRecipe
All Implemented Interfaces:
Recipe<Inventory>

public class CampfireCookingRecipe
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()