Uses of Interface
jag.game.RSClient
-
Packages that use RSClient Package Description jag.game org.rspeer.game org.rspeer.game.adapter.scene 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 RSClient
RSClient. getInstance()
-
Uses of RSClient in org.rspeer.game
Methods in org.rspeer.game that return RSClient Modifier and Type Method Description static RSClient
Game. getClient()
Methods in org.rspeer.game with parameters of type RSClient Modifier and Type Method Description static void
Game. 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 code on the game thread -
Uses of RSClient in org.rspeer.game.adapter.scene
Constructors in org.rspeer.game.adapter.scene with parameters of type RSClient Constructor Description HintArrow(RSClient provider)
-
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 void
EngineTasks. flush(RSClient ctx)
void
EventMediator. 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 void
EnvVarManager. setJagexAccountLogin(RSClient client, String characterId, String sessionId)
-
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 void
ModelOutlineRenderer. drawOutline(RSClient client, EffectObject effect, int outlineWidth, Color color, int feather)
void
ModelOutlineRenderer. drawOutline(RSClient client, Npc npc, int outlineWidth, Color color, int feather)
void
ModelOutlineRenderer. drawOutline(RSClient client, Pickable pickable, int outlineWidth, Color color, int feather)
void
ModelOutlineRenderer. drawOutline(RSClient client, Player player, int outlineWidth, Color color, int feather)
void
ModelOutlineRenderer. drawOutline(RSClient client, Projectile projectile, int outlineWidth, Color color, int feather)
void
ModelOutlineRenderer. drawOutline(RSClient client, SceneObject object, int outlineWidth, Color color, int feather)
Polygon
CachedModel. getAxisAlignedBoundingBox(RSClient client, Entity<?> entity)
Polygon
CachedModel. getClickBox(RSClient client, Entity<?> entity)
-