-
-
Notifications
You must be signed in to change notification settings - Fork 72
Add the option to retrieve raw arguments #459
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
3c7aa7f
Add the option to retrieve raw arguments
DerEchtePilz 4baa0a4
Fix SuggestionsBranch.java. Change String[]::new to new String[0]
DerEchtePilz b186494
Fix CommandArgument.java
DerEchtePilz b50afe8
Merge dev/dev into dev/raw-argument-input
DerEchtePilz 8981a2a
Add tests for retrieving raw arguments
DerEchtePilz 6cf237d
Move raw argument creation into CommandAPIHandler
DerEchtePilz c24d084
Fix raw argument tests failing when using the ChatComponentArgument o…
JorelAli 46deb77
Add empty documentation page
DerEchtePilz bafaacf
Add documentation (1)
DerEchtePilz ff7fcc1
Add documentation (2)
DerEchtePilz a0cfc2d
Modify CommandArguments to remove deprecations and add getOrDefault m…
DerEchtePilz eb431b0
Address some code review
DerEchtePilz 9fe5879
Fix markdownlint issues
DerEchtePilz d0b59d3
Make sure commandarguments.md lists every method
DerEchtePilz 3af41ab
Link CommandArguments references to commandarguments.md
DerEchtePilz f67a012
Merge branch 'dev/dev' into dev/raw-argument-input
DerEchtePilz 5643f0d
Update intro.md, optional_arguments.md and upgrading.md
DerEchtePilz 6ebf8e1
Remove 'What terms are used' section, refactor 'Access the inner stru…
DerEchtePilz e2fd959
Improve explanation for unsafe arguments
DerEchtePilz a3db5ea
Add an explanation of raw arguments to the JavaDocs for methods deali…
DerEchtePilz c8c1de6
Remove unnecessary sentence from commandarguments.md
DerEchtePilz 7ff5cf6
Convert CommandArguments.java into a record
DerEchtePilz c5916bb
Replace usage of CommandArguments#getFullInput in CommandAPIExecutor …
DerEchtePilz b1104a3
Make Java examples use the node name to access arguments
DerEchtePilz 3f096b8
Make Kotlin examples use the node name to access arguments
DerEchtePilz cae4298
Make Kotlin DSL examples use the node name to access arguments
DerEchtePilz ec80dc5
Fix Bukkit Core dependencies
DerEchtePilz d05c9eb
Add documentation examples
DerEchtePilz 0641607
Update global changelog
DerEchtePilz 4753950
Merge branch 'dev/dev' into dev/raw-argument-input
DerEchtePilz 897739d
Add JavaDocs to record parameters
DerEchtePilz ad1621d
Merge branch 'dev/raw-argument-input' of https://github.com/JorelAli/…
DerEchtePilz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix markdownlint issues
- Loading branch information
commit 9fe5879d991dbc1f9b8cd5c2bc79f7f36fa8a5b2
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.