Class EnigmaDirReader
java.lang.Object
net.fabricmc.mappingio.format.enigma.EnigmaDirReader
Enigma directory reader.
Crashes if a second visit pass is requested without
MappingFlag.NEEDS_MULTIPLE_PASSES having been passed beforehand.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidread(Path dir, String sourceNs, String targetNs, MappingVisitor visitor) static voidread(Path dir, MappingVisitor visitor)
-
Method Details
-
read
- Throws:
IOException
-
read
public static void read(Path dir, String sourceNs, String targetNs, MappingVisitor visitor) throws IOException - Throws:
IOException
-