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
This method would allow a user of the Adventure API to easily synthesize audiences that meet some arbitrary condition, i.e.
audience.filter(this::canSeeAnnouncements).sendMessage(announcement);
This method has many uses that are far too many to enumerate here.
The text was updated successfully, but these errors were encountered:
is this not effectively a duplicate of #154
Sorry, something went wrong.
I talked with kashike before filing this issue, and he said your issue is better placed in adventure-platform, not adventure itself.
Yeah we discussed the differences as well - I just wondered with mine is just not an extension really of yours
Audience#foreach
Audience#filter
Merge pull request #155 from rymiel/font-tag-args-fix
7194722
Improve font transformation control flow
Successfully merging a pull request may close this issue.
This method would allow a user of the Adventure API to easily synthesize audiences that meet some arbitrary condition, i.e.
This method has many uses that are far too many to enumerate here.
The text was updated successfully, but these errors were encountered: