MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / callPrivateMethod

Method callPrivateMethod

src/main/java/gregapi/util/UT.java:2599–2601  ·  view source on GitHub ↗
(Object aObject, String aMethod, Object... aParameters)

Source from the content-addressed store, hash-verified

2597 }
2598
2599 public static Object callPrivateMethod(Object aObject, String aMethod, Object... aParameters) {
2600 return callMethod(aObject, aMethod, T, F, T, aParameters);
2601 }
2602 public static Object callMethod(Object aObject, String aMethod, boolean aPrivate, boolean aUseUpperCasedDataTypes, boolean aLogErrors, Object... aParameters) {
2603 return callMethod(aObject, new String[] {aMethod}, aPrivate, aUseUpperCasedDataTypes, aLogErrors, aParameters);
2604 }

Callers 1

findRecipeMethod · 0.80

Calls 1

callMethodMethod · 0.95

Tested by

no test coverage detected