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

Method getType

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

@return A wrapped NMSClass of the class of the wrapped object

()

Source from the content-addressed store, hash-verified

40 * @return A wrapped NMSClass of the class of the wrapped object
41 */
42 public NMSClass getType() {
43 return new NMSClass(obj.getClass());
44 }
45
46 /**
47 * @return Whether this NMSObject is wrapping null

Callers 2

getMethodMethod · 0.45
getConstructorMethod · 0.45

Calls 1

getClassMethod · 0.80

Tested by

no test coverage detected