Update CraftBukkit to Minecraft 1.3.1
This commit is contained in:
committed by
Travis Watkins
parent
08e2923bd4
commit
a43d621c01
14
src/main/java/net/minecraft/server/IRecipe.java
Normal file
14
src/main/java/net/minecraft/server/IRecipe.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package net.minecraft.server;
|
||||
|
||||
public interface IRecipe {
|
||||
|
||||
boolean a(InventoryCrafting inventorycrafting);
|
||||
|
||||
ItemStack b(InventoryCrafting inventorycrafting);
|
||||
|
||||
int a();
|
||||
|
||||
ItemStack b();
|
||||
|
||||
org.bukkit.inventory.Recipe toBukkitRecipe(); // CraftBukkit
|
||||
}
|
||||
Reference in New Issue
Block a user