You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2021. It is now read-only.
returnmethodLookupConstructor.newInstance(declaringClass, -1) //Trusted Flag
53
+
.unreflectSpecial(method, declaringClass)
54
+
.bindTo(proxy)
55
+
.invokeWithArguments(args);
56
+
}
57
+
42
58
if (handle == null && method.getAnnotation(NMSStatic.class) == null) {
43
-
thrownewIllegalStateException("Proxy method \""+method+"\" is attempting to call to instance method/field on a static proxy. Please mark the proxy method with @NMSStatic");
59
+
thrownewIllegalStateException("Proxy method \"" + method + "\" is attempting to call to instance method/field on a static proxy. Please mark the proxy method with @NMSStatic");
44
60
}
45
61
46
62
if (method.getAnnotation(NMSMethod.class) != null || method.getDeclaringClass() == Object.class) {
0 commit comments