NoReflect pre-release patch 1

This commit is contained in:
ZXMushroom63 2024-05-24 15:44:10 +08:00
parent 568e5143df
commit 02b7958928
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ function reconJ(java, className) {
argStr += ", "
}
}
let prefix = isStatic ? className : `((${className}) params.get("_self"))`;
let prefix = isStatic ? className : `((${className}) params.getReflective("_self"))`;
let impl;
if (returnType === "void") {
impl = `setCallbackVoidWithArgs("${methodName}", (BaseData params) -> {