Gets the name to identify this when reading and writing to disk.
()
| 7 | public interface IBptWriter { |
| 8 | /** Gets the name to identify this when reading and writing to disk. */ |
| 9 | ResourceLocation getRegistryName(); |
| 10 | |
| 11 | NBTTagCompound serializeNBT(); |
| 12 | } |
no outgoing calls
no test coverage detected