Interface RecipeCraftingHolder
- All Known Implementing Classes:
AbstractFurnaceBlockEntity, BlastFurnaceBlockEntity, FurnaceBlockEntity, ResultContainer, SmokerBlockEntity
public interface RecipeCraftingHolder
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidawardUsedRecipes(Player player, List<ItemStack> itemStacks) @Nullable RecipeHolder<?> default booleansetRecipeUsed(ServerPlayer player, RecipeHolder<?> recipe) voidsetRecipeUsed(@Nullable RecipeHolder<?> recipeUsed)
-
Method Details
-
setRecipeUsed
-
getRecipeUsed
@Nullable RecipeHolder<?> getRecipeUsed() -
awardUsedRecipes
-
setRecipeUsed
-