Uses of Interface
jag.game.RSClient
-
Packages that use RSClient Package Description jag.game org.rspeer.game org.rspeer.game.provider.callback org.rspeer.game.provider.callback.manager.game org.rspeer.game.provider.model -
-
Uses of RSClient in jag.game
Methods in jag.game that return RSClient Modifier and Type Method Description RSClientRSClient. getInstance() -
Uses of RSClient in org.rspeer.game
Methods in org.rspeer.game that return RSClient Modifier and Type Method Description static RSClientGame. getClient()Methods in org.rspeer.game with parameters of type RSClient Modifier and Type Method Description static voidGame. setClient(RSClient client)Method parameters in org.rspeer.game with type arguments of type RSClient Modifier and Type Method Description static <T> CompletableFuture<T>Game. callAsync(Function<RSClient,T> function)Executes a function asynchronously on the game thread. -
Uses of RSClient in org.rspeer.game.provider.callback
Methods in org.rspeer.game.provider.callback with parameters of type RSClient Modifier and Type Method Description voidEngineTasks. flush(RSClient ctx)voidEventMediator. notifyDraw(RSClient ctx, boolean idk)Method parameters in org.rspeer.game.provider.callback with type arguments of type RSClient Modifier and Type Method Description CompletableFuture<Object>EngineTasks. offer(Function<RSClient,Object> synchronizedExecution) -
Uses of RSClient in org.rspeer.game.provider.callback.manager.game
Methods in org.rspeer.game.provider.callback.manager.game with parameters of type RSClient Modifier and Type Method Description static voidEnvVarManager. applyMapping(RSClient client)static voidEnvVarManager. setJagexAccountLogin(RSClient client, String characterId, String sessionId)static voidEnvVarManager. setJagexAccountLogin(RSClient client, String characterId, String sessionId, String displayName) -
Uses of RSClient in org.rspeer.game.provider.model
Methods in org.rspeer.game.provider.model with parameters of type RSClient Modifier and Type Method Description voidModelOutlineRenderer. drawOutline(RSClient client, EffectObject effect, int outlineWidth, Color color, int feather)voidModelOutlineRenderer. drawOutline(RSClient client, Npc npc, int outlineWidth, Color color, int feather)voidModelOutlineRenderer. drawOutline(RSClient client, Pickable pickable, int outlineWidth, Color color, int feather)voidModelOutlineRenderer. drawOutline(RSClient client, Player player, int outlineWidth, Color color, int feather)voidModelOutlineRenderer. drawOutline(RSClient client, Projectile projectile, int outlineWidth, Color color, int feather)voidModelOutlineRenderer. drawOutline(RSClient client, SceneObject object, int outlineWidth, Color color, int feather)
-