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

Method getSuperclass

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

@return The wrapped superclass

()

Source from the content-addressed store, hash-verified

41 * @return The wrapped superclass
42 */
43 public NMSClass getSuperclass() {
44 return new NMSClass(clazz.getSuperclass());
45 }
46
47 /**
48 * Calls a constructor of this class with the given arguments

Callers 2

ChainCommandClass · 0.45
getFieldSummaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected