Uses of Interface
net.minecraft.recipe.RecipeManager.MatchGetter
-
Uses of RecipeManager.MatchGetter in net.minecraft.block.entity
Modifier and TypeFieldDescriptionprivate final RecipeManager.MatchGetter
<Inventory, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetter
private final RecipeManager.MatchGetter
<Inventory, CampfireCookingRecipe> CampfireBlockEntity.matchGetter
-
Uses of RecipeManager.MatchGetter in net.minecraft.recipe
Modifier and TypeMethodDescriptionstatic <C extends Inventory,
T extends Recipe<C>>
RecipeManager.MatchGetter<C, T> RecipeManager.createCachedMatchGetter
(RecipeType<T> type) Creates a cached match getter.