Uses of Interface
net.minecraft.recipe.ServerRecipeManager.MatchGetter
Packages that use ServerRecipeManager.MatchGetter
- 
Uses of ServerRecipeManager.MatchGetter in net.minecraft.block.entityFields in net.minecraft.block.entity declared as ServerRecipeManager.MatchGetterModifier and TypeFieldDescriptionprivate final ServerRecipeManager.MatchGetter<SingleStackRecipeInput, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetterMethods in net.minecraft.block.entity with parameters of type ServerRecipeManager.MatchGetterModifier and TypeMethodDescriptionstatic voidCampfireBlockEntity.litServerTick(ServerWorld world, BlockPos pos, BlockState state, CampfireBlockEntity blockEntity, ServerRecipeManager.MatchGetter<SingleStackRecipeInput, CampfireCookingRecipe> recipeMatchGetter) 
- 
Uses of ServerRecipeManager.MatchGetter in net.minecraft.recipeMethods in net.minecraft.recipe that return ServerRecipeManager.MatchGetterModifier and TypeMethodDescriptionstatic <I extends RecipeInput,T extends Recipe<I>> 
 ServerRecipeManager.MatchGetter<I, T> ServerRecipeManager.createCachedMatchGetter(RecipeType<T> type) Creates a cached match getter.