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