Package emi.dev.emi.emi.api.recipe
Class EmiIngredientRecipe.PageSlotWidget
java.lang.Object
emi.dev.emi.emi.api.widget.Widget
emi.dev.emi.emi.api.widget.SlotWidget
emi.dev.emi.emi.api.recipe.EmiIngredientRecipe.PageSlotWidget
- All Implemented Interfaces:
Drawable
- Enclosing class:
- EmiIngredientRecipe
-
Field Summary
FieldsFields inherited from class emi.dev.emi.emi.api.widget.SlotWidget
bounds, catalyst, custom, customHeight, customWidth, drawBack, drawStack, output, stack, textureId, tooltipSuppliers, u, v, x, y -
Constructor Summary
ConstructorsConstructorDescriptionPageSlotWidget(EmiIngredientRecipe.PageManager manager, int offset, int x, int y) -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawBackground(DrawContext draw, int mouseX, int mouseY, float delta) getStack()voidrender(DrawContext draw, int mouseX, int mouseY, float delta) Methods inherited from class emi.dev.emi.emi.api.widget.SlotWidget
addSlotTooltip, appendTooltip, appendTooltip, appendTooltip, backgroundTexture, catalyst, customBackground, drawBack, drawOverlay, drawSlotHighlight, drawStack, drawStack, getBounds, getTooltip, keyPressed, large, mouseClicked, recipeContext, shouldDrawSlotHighlight
-
Field Details
-
manager
-
offset
public final int offset
-
-
Constructor Details
-
PageSlotWidget
-
-
Method Details
-
getStack
- Overrides:
getStackin classSlotWidget
-
getRecipe
- Overrides:
getRecipein classSlotWidget
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classSlotWidget
-
drawBackground
- Overrides:
drawBackgroundin classSlotWidget
-