public interface IItemListOverlay
IJeiRuntime.getItemListOverlay()
.Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> |
getFilteredStacks() |
java.lang.String |
getFilterText() |
net.minecraft.item.ItemStack |
getStackUnderMouse() |
com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> |
getVisibleStacks() |
boolean |
hasKeyboardFocus() |
void |
highlightStacks(java.util.Collection<net.minecraft.item.ItemStack> stacks)
Tells JEI which stacks to highlight
|
void |
setFilterText(java.lang.String filterText)
Set the search filter string for the item list.
|
@Nullable net.minecraft.item.ItemStack getStackUnderMouse()
void setFilterText(java.lang.String filterText)
java.lang.String getFilterText()
boolean hasKeyboardFocus()
com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> getFilteredStacks()
IIngredientRegistry.getIngredients(Class)
.com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> getVisibleStacks()
void highlightStacks(java.util.Collection<net.minecraft.item.ItemStack> stacks)