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
<Inventory, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetter
private final RecipeManager.MatchGetter
<Inventory, CampfireCookingRecipe> CampfireBlockEntity.matchGetter
-
Uses of RecipeManager.MatchGetter in net.minecraft.recipe
Methods in net.minecraft.recipe that return RecipeManager.MatchGetterModifier and TypeMethodDescriptionstatic <C extends Inventory,
T extends Recipe<C>>
RecipeManager.MatchGetter<C, T> RecipeManager.createCachedMatchGetter
(RecipeType<T> type) Creates a cached match getter.