9 lines
		
	
	
	
		
			274 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			274 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package net.minecraft.world.item.crafting;
 | |
| 
 | |
| import net.minecraft.resources.ResourceKey;
 | |
| 
 | |
| public interface RecipeAccess {
 | |
| 	RecipePropertySet propertySet(ResourceKey<RecipePropertySet> propertySet);
 | |
| 
 | |
| 	SelectableRecipe.SingleInputSet<StonecutterRecipe> stonecutterRecipes();
 | |
| }
 |