Package com.petrolpark.compat.jei
Class JEITextureDrawable
java.lang.Object
com.petrolpark.compat.jei.JEITextureDrawable
- All Implemented Interfaces:
mezz.jei.api.gui.drawable.IDrawable
-
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(net.minecraft.client.gui.GuiGraphics guiGraphics, int xOffset, int yOffset) intintgetWidth()static JEITextureDrawableof(IGuiTexture texture) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.gui.drawable.IDrawable
draw
-
Method Details
-
of
-
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(net.minecraft.client.gui.GuiGraphics guiGraphics, int xOffset, int yOffset) - Specified by:
drawin interfacemezz.jei.api.gui.drawable.IDrawable
-