Package emi.dev.emi.emi.api
Interface EmiStackProvider<T extends GuiScreen>
public interface EmiStackProvider<T extends GuiScreen>
-
Method Summary
Modifier and TypeMethodDescriptiongetStackAt(T screen, int x, int y) Gets the EmiIngredient at the provided location.
-
Method Details
-
getStackAt
Gets the EmiIngredient at the provided location. Should never return null, instead useEmiStackInteraction.EMPTYto indicate the absence of a stack.
-