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

Method getBookTitle

src/main/java/gregapi/util/UT.java:2207–2210  ·  view source on GitHub ↗
(ItemStack aStack)

Source from the content-addressed store, hash-verified

2205 return tNBT;
2206 }
2207 public static String getBookTitle(ItemStack aStack) {
2208 NBTTagCompound tNBT = getNBT(aStack);
2209 return tNBT.getString("title");
2210 }
2211 public static NBTTagCompound setBookTitle(NBTTagCompound aNBT, String aTitle) {
2212 aNBT.setString("title", aTitle);
2213 return aNBT;

Callers 9

getBookWithTitleMethod · 0.95
getDataToolTipMethod · 0.95
getAdditionalToolTipsMethod · 0.80
getAdditionalToolTipsMethod · 0.80
getAdditionalToolTipsMethod · 0.80
findRecipeMethod · 0.80
findRecipeMethod · 0.80
displayMethod · 0.80
addAdditionalToolTipsMethod · 0.80

Calls 1

getNBTMethod · 0.95

Tested by

no test coverage detected