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

Method getBookMapping

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

Source from the content-addressed store, hash-verified

2187 return tNBT;
2188 }
2189 public static String getBookMapping(ItemStack aStack) {
2190 NBTTagCompound tNBT = getNBT(aStack);
2191 return tNBT.getString("book");
2192 }
2193 public static NBTTagCompound setBookMapping(NBTTagCompound aNBT, String aTitle) {
2194 aNBT.setString("book", aTitle);
2195 return aNBT;

Callers 2

displayMethod · 0.95
findRecipeMethod · 0.80

Calls 1

getNBTMethod · 0.95

Tested by

no test coverage detected