Class ReferenceHandler
java.lang.Object
septogeddon.pluginquery.library.remote.ReferenceHandler
The reference handler for 
ObjectReference- Author:
- Thito Yalasatria Sunarya
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet cached methodlonggetId()Get the reference idRemoteObject<?> getOwner()Get the owner
- 
Constructor Details- 
ReferenceHandler
 
- 
- 
Method Details- 
getCachedMethodLookupGet cached method- Returns:
- map of cached method
 
- 
getIdpublic long getId()Get the reference id- Returns:
- id
 
- 
getOwnerGet the owner- Returns:
- RemoteObject owner
 
 
-