MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / getRecipeName

Method getRecipeName

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

Source from the content-addressed store, hash-verified

644 }
645
646 @Override
647 public String getRecipeName() {
648 return LanguageHandler.translate(mRecipeMap.mNameInternal, mRecipeMap.mNameInternal);
649 }
650
651 @Override
652 public String getGuiTexture() {

Callers 1

initMethod · 0.95

Calls 1

translateMethod · 0.95

Tested by

no test coverage detected