public interface IIngredientFilter
IJeiRuntime.getIngredientFilter()
.Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<java.lang.Object> |
getFilteredIngredients() |
java.lang.String |
getFilterText() |
void |
setFilterText(java.lang.String filterText)
Set the search filter string for the ingredient list.
|
void setFilterText(java.lang.String filterText)
java.lang.String getFilterText()
com.google.common.collect.ImmutableList<java.lang.Object> getFilteredIngredients()
IIngredientManager.getAllIngredients(IIngredientType)
.