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

Method callPublicMethod

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

Source from the content-addressed store, hash-verified

2593 }
2594
2595 public static Object callPublicMethod(Object aObject, String aMethod, Object... aParameters) {
2596 return callMethod(aObject, aMethod, F, F, T, aParameters);
2597 }
2598
2599 public static Object callPrivateMethod(Object aObject, String aMethod, Object... aParameters) {
2600 return callMethod(aObject, aMethod, T, F, T, aParameters);

Callers 5

findRecipeMethod · 0.80
isWereCreatureMethod · 0.80
hardenMethod · 0.80
removeMethod · 0.80
foamMethod · 0.80

Calls 1

callMethodMethod · 0.95

Tested by

no test coverage detected