Package net.minecraft.world.inventory
Interface RecipeCraftingHolder
- All Known Implementing Classes:
AbstractFurnaceBlockEntity,BlastFurnaceBlockEntity,FurnaceBlockEntity,ResultContainer,SmokerBlockEntity
public interface RecipeCraftingHolder
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidawardUsedRecipes(Player pPlayer, List<ItemStack> pItems) @Nullable RecipeHolder<?> default booleansetRecipeUsed(ServerPlayer pPlayer, RecipeHolder<?> pRecipe) voidsetRecipeUsed(@Nullable RecipeHolder<?> pRecipe)
-
Method Details
-
setRecipeUsed
-
getRecipeUsed
@Nullable RecipeHolder<?> getRecipeUsed() -
awardUsedRecipes
-
setRecipeUsed
-