Package com.hbm_m.compat.jei
Class JeiNeiTextures
java.lang.Object
com.hbm_m.compat.jei.JeiNeiTextures
Shared NEI-style JEI texture coordinates (1:1 with 1.7.10
gui_nei.png, 256x256 atlas).-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceLocationstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intTemplateRecipeHandlerrecipe panel size. -
Method Summary
Modifier and TypeMethodDescriptionstatic mezz.jei.api.gui.drawable.IDrawablecreateItemSlotBackground(mezz.jei.api.helpers.IGuiHelper guiHelper) static mezz.jei.api.gui.drawable.IDrawablecreateRecipeBackground(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
Field Details
-
GUI_NEI
public static final net.minecraft.resources.ResourceLocation GUI_NEI -
TEXTURE_WIDTH
public static final int TEXTURE_WIDTHTemplateRecipeHandlerrecipe panel size.- See Also:
-
TEXTURE_HEIGHT
public static final int TEXTURE_HEIGHT- See Also:
-
RECIPE_WIDTH
public static final int RECIPE_WIDTH- See Also:
-
RECIPE_HEIGHT
public static final int RECIPE_HEIGHT- See Also:
-
SLOT_U
public static final int SLOT_U- See Also:
-
SLOT_V
public static final int SLOT_V- See Also:
-
SLOT_SIZE
public static final int SLOT_SIZE- See Also:
-
MACHINE_U
public static final int MACHINE_U- See Also:
-
MACHINE_V
public static final int MACHINE_V- See Also:
-
MACHINE_W
public static final int MACHINE_W- See Also:
-
MACHINE_H
public static final int MACHINE_H- See Also:
-
MACHINE_TEMPLATE_U
public static final int MACHINE_TEMPLATE_U- See Also:
-
MACHINE_TEMPLATE_V
public static final int MACHINE_TEMPLATE_V- See Also:
-
MACHINE_TEMPLATE_H
public static final int MACHINE_TEMPLATE_H- See Also:
-
-
Method Details
-
createRecipeBackground
public static mezz.jei.api.gui.drawable.IDrawable createRecipeBackground(mezz.jei.api.helpers.IGuiHelper guiHelper) -
createItemSlotBackground
public static mezz.jei.api.gui.drawable.IDrawable createItemSlotBackground(mezz.jei.api.helpers.IGuiHelper guiHelper)
-