-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
feat(api): Add possibility of using Component#join with a root style #653
feat(api): Add possibility of using Component#join with a root style #653
Conversation
6296d98
to
519253f
Compare
519253f
to
fb00066
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of docs nitpicks here and a minor change for the single element join method. This is a very good change though!
api/src/main/java/net/kyori/adventure/text/JoinConfiguration.java
Outdated
Show resolved
Hide resolved
api/src/main/java/net/kyori/adventure/text/JoinConfiguration.java
Outdated
Show resolved
Hide resolved
api/src/main/java/net/kyori/adventure/text/JoinConfiguration.java
Outdated
Show resolved
Hide resolved
api/src/main/java/net/kyori/adventure/text/JoinConfiguration.java
Outdated
Show resolved
Hide resolved
api/src/main/java/net/kyori/adventure/text/JoinConfiguration.java
Outdated
Show resolved
Hide resolved
api/src/main/java/net/kyori/adventure/text/JoinConfiguration.java
Outdated
Show resolved
Hide resolved
api/src/main/java/net/kyori/adventure/text/JoinConfigurationImpl.java
Outdated
Show resolved
Hide resolved
fb00066
to
99b3047
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style needs to be added to the toString output
99b3047
to
7be2574
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs since tags updating, but otherwise LGTM!
d6f30f7
to
75fcd6b
Compare
75fcd6b
to
567a278
Compare
Closes #505