Package net.storm.api.domain.game
Interface IClientThread
-
- All Superinterfaces:
RuneLiteWrapper<net.runelite.client.callback.ClientThread>
public interface IClientThread extends RuneLiteWrapper<net.runelite.client.callback.ClientThread>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke(java.lang.Runnable runnable)
<T> T
invokeAndWait(java.util.concurrent.Callable<T> callable)
-
Methods inherited from interface net.storm.api.domain.RuneLiteWrapper
getWrapped
-
-