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

Add methods to Audience allowing access to previously shown BossBars #820

Closed
wants to merge 3 commits into from

Conversation

WasabiThumb
Copy link

See this PR for how it may be implemented in adventure-platform.

* @return An unmodifiable set of BossBars
* @since 4.12.0
*/
default @NotNull @UnmodifiableView Set<BossBar> getBossBars() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. This does not follow Kyori's organizational naming standards -- you shouldn't have get prefixes.
  2. We can't really get all boss bars here, especially if we're in a proxy environment.

@zml2008
Copy link
Member

zml2008 commented Apr 3, 2023

Superceded by #894

@zml2008 zml2008 closed this Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants