Class ClassAnalysisDescCompleter
java.lang.Object
net.fabricmc.mappingio.extras.ClassAnalysisDescCompleter
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidprocessClass(byte[] classBytes, int offset, int length, String namespace, net.fabricmc.mappingio.tree.MappingTree mappingTree) static voidprocessClass(byte[] classBytes, String namespace, net.fabricmc.mappingio.tree.MappingTree mappingTree)
-
Method Details
-
process
public static void process(Path path, String namespace, net.fabricmc.mappingio.tree.MappingTree mappingTree) throws IOException - Throws:
IOException
-
processClass
public static void processClass(byte[] classBytes, String namespace, net.fabricmc.mappingio.tree.MappingTree mappingTree) -
processClass
public static void processClass(byte[] classBytes, int offset, int length, String namespace, net.fabricmc.mappingio.tree.MappingTree mappingTree)
-