mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 04:31:41 +00:00
Issue #48 Decompile only specified class
This commit is contained in:
@@ -872,4 +872,13 @@ public class ABC {
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
public int findScriptByPath(String name) {
|
||||
for (int c = 0; c < script_info.length; c++) {
|
||||
String s = script_info[c].getPath(this);
|
||||
if (name.equals(s)) {
|
||||
return c;
|
||||
}
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user