Uses of Class
io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters.AbstractRecipe
Packages that use AbstractRecipe
Package
Description
This package contains any electric machines related to automatic crafting tables.
-
Uses of AbstractRecipe in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters that return AbstractRecipeModifier and TypeMethodDescriptionabstract AbstractRecipeAbstractAutoCrafter.getSelectedRecipe(Block b) This method returns the currently selectedAbstractRecipefor the givenBlock.SlimefunAutoCrafter.getSelectedRecipe(Block b) VanillaAutoCrafter.getSelectedRecipe(Block b) static AbstractRecipeAbstractRecipe.of(SlimefunItem item, RecipeType recipeType) This static accessor is forSlimefunItemrecipes.static AbstractRecipeThis is our static accessor for theAbstractRecipeclass.Methods in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters with parameters of type AbstractRecipeModifier and TypeMethodDescriptionbooleanAbstractAutoCrafter.craft(Inventory inv, AbstractRecipe recipe) This method performs a crafting operation.protected voidAbstractAutoCrafter.setSelectedRecipe(Block b, AbstractRecipe recipe) This method sets the selectedAbstractRecipefor the givenBlock.protected voidAbstractAutoCrafter.showRecipe(Player p, Block b, AbstractRecipe recipe) This shows the givenAbstractRecipeto thePlayerin a preview window.