All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minecraft.server.IRecipe Maven / Gradle / Ivy

The newest version!
package net.minecraft.server;

public interface IRecipe {

  boolean a(InventoryCrafting inventorycrafting, World world);

  ItemStack craftItem(InventoryCrafting inventorycrafting);

  int a();

  ItemStack b();

  ItemStack[] b(InventoryCrafting inventorycrafting);

  org.bukkit.inventory.Recipe toBukkitRecipe(); // CraftBukkit

  java.util.List getIngredients(); // Spigot
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy