MCPcopy
hub / github.com/Col-E/Recaf / getName

Method getName

src/main/java/me/coley/recaf/plugin/api/BasePlugin.java:12–12  ·  view source on GitHub ↗

@return Plugin name.

()

Source from the content-addressed store, hash-verified

10 * @return Plugin name.
11 */
12 default String getName() {
13 org.plugface.core.annotations.Plugin anno =
14 getClass().getAnnotation(org.plugface.core.annotations.Plugin.class);
15 if (anno == null)

Callers 15

loadMethod · 0.95
testFieldMethod · 0.65
testMethodMethod · 0.65
testClassReferenceMethod · 0.65
testMemberReferenceMethod · 0.65
testClassNameEqualsMethod · 0.65
testClassNameEndsWithMethod · 0.65
testClassNameRegexMethod · 0.65
testClassInheritanceMethod · 0.65

Calls

no outgoing calls

Tested by 15

testFieldMethod · 0.52
testMethodMethod · 0.52
testClassReferenceMethod · 0.52
testMemberReferenceMethod · 0.52
testClassNameEqualsMethod · 0.52
testClassNameEndsWithMethod · 0.52
testClassNameRegexMethod · 0.52
testClassInheritanceMethod · 0.52
contextEqualsMethod · 0.52