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

Method getWrittenBook

src/main/java/gregapi/util/UT.java:584–584  ·  view source on GitHub ↗
(String aMapping)

Source from the content-addressed store, hash-verified

582 }
583
584 @Deprecated public static ItemStack getWrittenBook(String aMapping) {return getWrittenBook(aMapping, F, null);}
585 @Deprecated public static ItemStack getWrittenBook(String aMapping, ItemStack aStackToPutNBT) {return getWrittenBook(aMapping, F, aStackToPutNBT);}
586
587 public static ItemStack getWrittenBook(String aMapping, boolean aForceRecreation) {

Callers 2

displayMethod · 0.95
findRecipeMethod · 0.80

Calls 7

stringInvalidMethod · 0.95
makeMethod · 0.95
copyMethod · 0.95
setMethod · 0.95
getMethod · 0.65
copyMethod · 0.45

Tested by

no test coverage detected