(String aMapping)
| 784 | public static ItemStack skull(String aPlayer) {return ST.make(Items.skull, 1, 3, UT.Code.stringValid(aPlayer) ? UT.NBT.makeString("SkullOwner", aPlayer) : null);} |
| 785 | |
| 786 | public static ItemStack book(String aMapping) { |
| 787 | return UT.Books.getBookWithTitle(aMapping); |
| 788 | } |
| 789 | public static ItemStack book(String aMapping, ItemStack aBook) { |
| 790 | return UT.Books.getBookWithTitle(aMapping, aBook); |
| 791 | } |
no test coverage detected