mirror of
https://github.com/eaglerforge/EaglerForge-old.git
synced 2025-06-01 23:20:56 -05:00
NoReflect pre-release patch 1
This commit is contained in:
parent
568e5143df
commit
02b7958928
@ -103,7 +103,7 @@ function reconJ(java, className) {
|
|||||||
argStr += ", "
|
argStr += ", "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let prefix = isStatic ? className : `((${className}) params.get("_self"))`;
|
let prefix = isStatic ? className : `((${className}) params.getReflective("_self"))`;
|
||||||
let impl;
|
let impl;
|
||||||
if (returnType === "void") {
|
if (returnType === "void") {
|
||||||
impl = `setCallbackVoidWithArgs("${methodName}", (BaseData params) -> {
|
impl = `setCallbackVoidWithArgs("${methodName}", (BaseData params) -> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user