Package noppes.npcs.api.handler
Interface IRecipeHandler
public interface IRecipeHandler
-
Method Summary
Modifier and TypeMethodDescriptionaddRecipe
(String name, boolean global, net.minecraft.world.item.ItemStack result, int width, int height, net.minecraft.world.item.ItemStack... recipe) addRecipe
(String name, boolean global, net.minecraft.world.item.ItemStack result, Object... objects) delete
(int id)
-
Method Details
-
getGlobalList
-
getCarpentryList
-
addRecipe
-
addRecipe
-
delete
-