MCPcopy Create free account
hub / github.com/boxbeam/RedLib / getName

Method getName

src/redempt/redlib/nms/NMSClass.java:29–31  ·  view source on GitHub ↗

@return The simple name of the wrapped class

()

Source from the content-addressed store, hash-verified

27 * @return The simple name of the wrapped class
28 */
29 public String getName() {
30 return clazz.getSimpleName();
31 }
32
33 /**
34 * @return The wrapped class

Callers 9

getCallingPluginMethod · 0.45
getExtendingClassesMethod · 0.45
getNMSPackageMethod · 0.45
getNMSVersionMethod · 0.45
getMethodMethod · 0.45
containsMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
fromStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected