Package net.minecraft.recipe
Interface RecipeUnlocker
- All Known Implementing Classes:
AbstractFurnaceBlockEntity,BlastFurnaceBlockEntity,CraftingResultInventory,FurnaceBlockEntity,SmokerBlockEntity
public interface RecipeUnlocker
-
Method Summary
Modifier and Type Method Description Recipe<?>getLastRecipe()voidsetLastRecipe(Recipe<?> recipe)default booleanshouldCraftRecipe(World world, ServerPlayerEntity player, Recipe<?> recipe)default voidunlockLastRecipe(PlayerEntity player)
-
Method Details
-
setLastRecipe
-
getLastRecipe
-
unlockLastRecipe
-
shouldCraftRecipe
-