Code/net/minecraft/world/item/crafting/RecipeAccess.java

9 lines
277 B
Java
Raw Normal View History

2025-07-01 06:20:03 +00:00
package net.minecraft.world.item.crafting;
import net.minecraft.resources.ResourceKey;
public interface RecipeAccess {
RecipePropertySet propertySet(ResourceKey<RecipePropertySet> p_364463_);
SelectableRecipe.SingleInputSet<StonecutterRecipe> stonecutterRecipes();
}