Class ReferenceHandler

java.lang.Object
septogeddon.pluginquery.library.remote.ReferenceHandler

public class ReferenceHandler extends Object
The reference handler for ObjectReference
Author:
Thito Yalasatria Sunarya
  • Constructor Details

    • ReferenceHandler

      public ReferenceHandler(long id, RemoteObject<?> object)
  • Method Details

    • getCachedMethodLookup

      public Map<Method,Long> getCachedMethodLookup()
      Get cached method
      Returns:
      map of cached method
    • getId

      public long getId()
      Get the reference id
      Returns:
      id
    • getOwner

      public RemoteObject<?> getOwner()
      Get the owner
      Returns:
      RemoteObject owner