-
Notifications
You must be signed in to change notification settings - Fork 0
Add auto-select mode to nuker #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@coderabbitai full review |
✅ Actions performedFull review triggered. |
WalkthroughThe Changes
Sequence Diagram(s)sequenceDiagram
participant Player
participant NukerModule
Player->>NukerModule: Activate (with ListMode = AutoSelect)
NukerModule->>Player: Get block under crosshair
NukerModule->>NukerModule: Set autoSelectBlock
loop OnTickPre event
NukerModule->>NukerModule: Check block matches autoSelectBlock
alt Match
NukerModule->>NukerModule: Break block
end
end
Player->>NukerModule: Deactivate
NukerModule->>NukerModule: Clear autoSelectBlock
Poem
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🧬 Code Graph Analysis (1)src/main/java/meteordevelopment/meteorclient/systems/modules/world/Nuker.java (2)
🔇 Additional comments (8)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Type of change
Description
Added a new whitelist mode 'AutoSelect'. It can just select the block you are looking at when active.
This is convenient when using keybind to mine specific blocks and also can be switched through activation.
Related issues
Mention any issues that this pr relates to.
How Has This Been Tested?
It works on my local test.
Checklist:
Summary by CodeRabbit