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

Method getTypeName

src/redempt/redlib/nms/NMSObject.java:35–37  ·  view source on GitHub ↗

@return The name of the class of the wrapped object

()

Source from the content-addressed store, hash-verified

33 * @return The name of the class of the wrapped object
34 */
35 public String getTypeName() {
36 return obj.getClass().getSimpleName();
37 }
38
39 /**
40 * @return A wrapped NMSClass of the class of the wrapped object

Callers 1

createMethod · 0.80

Calls 1

getClassMethod · 0.80

Tested by

no test coverage detected