Package net.fabricmc.mappingio.format
Class TsrgReader
java.lang.Object
net.fabricmc.mappingio.format.TsrgReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNamespaces(Reader reader) static voidread(Reader reader, String sourceNs, String targetNs, MappingVisitor visitor) static voidread(Reader reader, MappingVisitor visitor)
-
Constructor Details
-
TsrgReader
public TsrgReader()
-
-
Method Details
-
getNamespaces
- Throws:
IOException
-
read
- Throws:
IOException
-
read
public static void read(Reader reader, String sourceNs, String targetNs, MappingVisitor visitor) throws IOException - Throws:
IOException
-