Uses of Interface
net.minecraft.recipe.RecipeManager.MatchGetter
Packages that use RecipeManager.MatchGetter
-
Uses of RecipeManager.MatchGetter in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as RecipeManager.MatchGetterModifier 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
Methods in net.minecraft.recipe that return RecipeManager.MatchGetterModifier and TypeMethodDescriptionstatic <I extends RecipeInput,
T extends Recipe<I>>
RecipeManager.MatchGetter<I, T> RecipeManager.createCachedMatchGetter
(RecipeType<T> type) Creates a cached match getter.