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 auomatic 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(org.bukkit.block.Block b) This method returns the currently selectedAbstractRecipefor the givenBlock.SlimefunAutoCrafter.getSelectedRecipe(org.bukkit.block.Block b) VanillaAutoCrafter.getSelectedRecipe(org.bukkit.block.Block b) static AbstractRecipeAbstractRecipe.of(SlimefunItem item, RecipeType recipeType) This static accessor is forSlimefunItemrecipes.static AbstractRecipeAbstractRecipe.of(org.bukkit.inventory.Recipe recipe) This is our static accessor for theAbstractRecipeclass.Methods in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters with parameters of type AbstractRecipeModifier and TypeMethodDescriptionbooleanAbstractAutoCrafter.craft(CrafterInteractable inv, AbstractRecipe recipe) This method performs a crafting operation.protected voidAbstractAutoCrafter.setSelectedRecipe(org.bukkit.block.Block b, AbstractRecipe recipe) This method sets the selectedAbstractRecipefor the givenBlock.protected voidAbstractAutoCrafter.showRecipe(org.bukkit.entity.Player p, org.bukkit.block.Block b, AbstractRecipe recipe) This shows the givenAbstractRecipeto thePlayerin a preview window.