Class FlagIngredientType.Icon
java.lang.Object
petrolpark.mc.library.compat.jei.ingredient.FlagIngredientType.Icon
- All Implemented Interfaces:
mezz.jei.api.gui.drawable.IDrawable
- Enclosing class:
FlagIngredientType
public static class FlagIngredientType.Icon
extends Object
implements mezz.jei.api.gui.drawable.IDrawable
-
Field Details
-
color
public final int color
-
-
Constructor Details
-
Icon
public Icon(int color)
-
-
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 guiGraphics, int xOffset, int yOffset) - Specified by:
drawin interfacemezz.jei.api.gui.drawable.IDrawable
-