Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
querySingleResult
Method · 0.45
queryResultList
Method · 0.45
get
Method · 0.45
setField
Method · 0.45
set
Method · 0.45
unwrapArgs
Method · 0.45
getArgTypes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected