net.minecraft.server.IRecipe Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chest-server Show documentation
Show all versions of chest-server Show documentation
A spigot fork to kotlin structure and news.
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