We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Equipment:
public boolean containsOneOf(int... items)
Inventory:
public boolean containsOneOf(final Integer... itemID)
not a huge deal here but i think we should have matching sigs across the board.
The text was updated successfully, but these errors were encountered:
Yeah, I agree. Consistency is pretty important in any API. I think it got changed a little while back from a PR.
Sorry, something went wrong.
i'd be happy to identify a few more changes needed (provided its not going to annoy anyone)
Feel free. It won't bother me. I absolutely welcome any contributions.
No branches or pull requests
Equipment:
Inventory:
not a huge deal here but i think we should have matching sigs across the board.
The text was updated successfully, but these errors were encountered: