Skip to content

Comments

Game objects new simplified api#1606

Merged
chsami merged 4 commits intodevelopmentfrom
GameObjects
Nov 12, 2025
Merged

Game objects new simplified api#1606
chsami merged 4 commits intodevelopmentfrom
GameObjects

Conversation

@chsami
Copy link
Owner

@chsami chsami commented Nov 12, 2025

No description provided.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 12, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This pull request extends the Microbot framework with tile object handling infrastructure and utility improvements. It introduces a new invoke() method to ClientThread for generic thread-safe execution with timeout handling, adds Rs2TileObjectApi and Rs2TileObjectModel for collecting and querying tile objects with unified object wrapping, and includes an example plugin and script demonstrating the framework. Additionally, it increases the public API surface of ConfigProfile, modifies LoginManager to always select random worlds during login, and updates Rs2GameObject to use the client thread for impostor object retrieval.

Possibly related PRs

  • 2.0.29 #1576: Relates to modifications in LoginManager login and world-selection logic, which directly connects to the world-selection changes in this PR.
✨ Finishing touches
  • 📝 Generate docstrings

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7a56273 and a35fbff.

📒 Files selected for processing (9)
  • runelite-client/src/main/java/net/runelite/client/callback/ClientThread.java (2 hunks)
  • runelite-client/src/main/java/net/runelite/client/config/ConfigProfile.java (1 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/example/ExamplePlugin.java (1 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/example/ExampleScript.java (1 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/util/gameobject/Rs2GameObject.java (1 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/util/security/LoginManager.java (1 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/util/tileobject/Rs2TileObjectApi.java (1 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/util/tileobject/Rs2TileObjectModel.java (1 hunks)
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/util/tileobject/TileObjectType.java (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@chsami chsami merged commit b7fecfc into development Nov 12, 2025
2 of 3 checks passed
This was referenced Nov 15, 2025
@coderabbitai coderabbitai bot mentioned this pull request Nov 23, 2025
@coderabbitai coderabbitai bot mentioned this pull request Nov 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant