MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / getGuiTexture

Method getGuiTexture

src/main/java/gregapi/NEI_RecipeMap.java:651–654  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

649 }
650
651 @Override
652 public String getGuiTexture() {
653 return UT.Code.stringValid(mRecipeMap.mGUIPath) ? mRecipeMap.mGUIPath : RES_PATH_GUI + mRecipeMap.mNameInternal + ".png";
654 }
655
656 @Override
657 public List<String> handleItemTooltip(GuiRecipe gui, ItemStack aStack, List<String> currenttip, int aRecipeIndex) {

Callers 1

drawBackgroundMethod · 0.95

Calls 1

stringValidMethod · 0.80

Tested by

no test coverage detected