aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/RecipeHelper.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/RecipeHelper.java8
1 files changed, 0 insertions, 8 deletions
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
@@ -197,14 +197,6 @@ public interface RecipeHelper {
<T extends Recipe<?>> void registerRecipes(Identifier category, Predicate<Recipe> recipeFilter, Function<T, RecipeDisplay> 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<DisplaySettings> getCachedCategorySettings(Identifier category);
-
- /**
* Registers a live recipe generator.
*
* @param liveRecipeGenerator the generator to register