Package petrolpark.mc.library.compat.jei
Class ItemStackDrawable
java.lang.Object
petrolpark.mc.library.compat.jei.ItemStackDrawable
- All Implemented Interfaces:
mezz.jei.api.gui.drawable.IDrawable
Copied from
Create source code-
Constructor Details
-
ItemStackDrawable
-
-
Method Details
-
getWidth
public int getWidth()- Specified by:
getWidthin interfacemezz.jei.api.gui.drawable.IDrawable
-
getHeight
public int getHeight()- Specified by:
getHeightin interfacemezz.jei.api.gui.drawable.IDrawable
-
draw
public void draw(@Nonnull net.minecraft.client.gui.GuiGraphics graphics, int xOffset, int yOffset) - Specified by:
drawin interfacemezz.jei.api.gui.drawable.IDrawable
-