()
| 1800 | |
| 1801 | public static class NBT { |
| 1802 | public static NBTTagCompound make() { |
| 1803 | return new NBTTagCompound(); |
| 1804 | } |
| 1805 | |
| 1806 | /** Turns each Object -> Object Pair into a Part of the passed NBT as Object-toString()-Key -> Value Pair */ |
| 1807 | public static NBTTagCompound make(String aFirstKey, Object aFirstValue, Object... aTags) { |
no test coverage detected