Package com.simibubi.create.compat.jei
Class DoubleItemIcon
java.lang.Object
com.simibubi.create.compat.jei.DoubleItemIcon
- All Implemented Interfaces:
mezz.jei.api.gui.drawable.IDrawable
-
Constructor Summary
ConstructorsConstructorDescriptionDoubleItemIcon(Supplier<net.minecraft.world.item.ItemStack> primary, Supplier<net.minecraft.world.item.ItemStack> secondary) -
Method Summary
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
-
Constructor Details
-
DoubleItemIcon
-
-
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(com.mojang.blaze3d.vertex.PoseStack matrixStack, int xOffset, int yOffset) - Specified by:
drawin interfacemezz.jei.api.gui.drawable.IDrawable
-