Imported from mc-dev:
- ShapedRecipes - ShapelessRecipes - CraftingRecipe - FurnaceRecipes
This commit is contained in:
committed by
EvilSeph
parent
39048be430
commit
84ecdb5439
12
src/main/java/net/minecraft/server/CraftingRecipe.java
Normal file
12
src/main/java/net/minecraft/server/CraftingRecipe.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package net.minecraft.server;
|
||||
|
||||
public interface CraftingRecipe {
|
||||
|
||||
boolean a(InventoryCrafting inventorycrafting);
|
||||
|
||||
ItemStack b(InventoryCrafting inventorycrafting);
|
||||
|
||||
int a();
|
||||
|
||||
ItemStack b();
|
||||
}
|
||||
Reference in New Issue
Block a user