(String aMapping)
| 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) { |
no test coverage detected