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

Method getObject

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

@return The wrapped object

()

Source from the content-addressed store, hash-verified

26 * @return The wrapped object
27 */
28 public Object getObject() {
29 return obj;
30 }
31
32 /**
33 * @return The name of the class of the wrapped object

Callers 7

querySingleResultMethod · 0.45
queryResultListMethod · 0.45
getMethod · 0.45
setFieldMethod · 0.45
setMethod · 0.45
unwrapArgsMethod · 0.45
getArgTypesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected