mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 21:38:26 +00:00
pcode search fix (jump from result list) when there are multipe classes in a scriptpack
This commit is contained in:
@@ -63,6 +63,10 @@ public class ABCSearchResult {
|
||||
return pcode;
|
||||
}
|
||||
|
||||
public int getClassIndex() {
|
||||
return classIndex;
|
||||
}
|
||||
|
||||
public int getTraitId() {
|
||||
return traitId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user