Package ftbsc.lll.mapper.writer.impl
Class TSRGWriter
- java.lang.Object
-
- ftbsc.lll.mapper.writer.impl.TSRGWriter
-
- All Implemented Interfaces:
IWriter
@AutoService(IWriter.class) public class TSRGWriter extends java.lang.Object implements IWriter
AnIWriter
that writes in the TSRG format, an intermediary format used by Forge.
-
-
Constructor Summary
Constructors Constructor Description TSRGWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
uniqueId()
void
write(Mapper mapper, java.io.PrintWriter writer, java.lang.String... args)
Writes in aPrintWriter
the contents of aMapper
.
-