From 609c2238e12ad9835c449cd9f9da842ca747d5dc Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 18 Jun 2019 20:07:38 +0800 Subject: nah let's break everyone's plugins --- src/main/java/me/shedaniel/rei/api/RecipeHelper.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/main/java/me/shedaniel/rei/api/RecipeHelper.java') diff --git a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java index 80bb18238..70373ca51 100644 --- a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java +++ b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java @@ -196,14 +196,6 @@ public interface RecipeHelper { > void registerRecipes(Identifier category, Predicate recipeFilter, Function mappingFunction); - /** - * Gets the cached category setting by the category identifier - * - * @param category the identifier of the category - * @return the optional of the category settings - */ - Optional getCachedCategorySettings(Identifier category); - /** * Registers a live recipe generator. * -- cgit