Skip to content
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

Multiple Argument Parameters #40

Open
Sparky983 opened this issue Dec 1, 2022 · 0 comments
Open

Multiple Argument Parameters #40

Sparky983 opened this issue Dec 1, 2022 · 0 comments
Assignees
Labels
api Something that relates to the public API
Milestone

Comments

@Sparky983
Copy link
Contributor

For example with Bukkit, a command may want to take in a org.bukkit.Location, we could do that by having the syntax include 3 arguments, x, y and z.

This could be easily implemented by having converters take in an Arguments object, which is essentially just a pop-only stack.

@Sparky983 Sparky983 added the api Something that relates to the public API label Dec 1, 2022
@Sparky983 Sparky983 added this to the 0.1.0 milestone Dec 1, 2022
@Sparky983 Sparky983 self-assigned this Dec 1, 2022
Sparky983 added a commit that referenced this issue Dec 3, 2022
@Sparky983 Sparky983 modified the milestones: 0.1.0, 0.2.0 Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Something that relates to the public API
Projects
None yet
Development

No branches or pull requests

1 participant