Class RemoteQueryScopeClient
java.lang.Object
com.illumon.iris.db.tables.remote.RemoteQueryScopeClient
public class RemoteQueryScopeClient extends Object
Retrieves values from the query scope over the existing connection to the client.
-
Constructor Summary
Constructors Constructor Description RemoteQueryScopeClient(com.fishlib.net.api.CommandSender commandSender)
-
Method Summary
Modifier and Type Method Description <T> T
retrieveRemoteValue(String name)
-
Constructor Details
-
RemoteQueryScopeClient
- Throws:
IOException
-
-
Method Details