-
-
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): introduce ResourcePackRequest #981
Conversation
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.
Thanks for the contributions! A few design things here, but overall pretty good
api/src/main/java/net/kyori/adventure/resourcepack/ResourcePack.java
Outdated
Show resolved
Hide resolved
api/src/main/java/net/kyori/adventure/resourcepack/ResourcePack.java
Outdated
Show resolved
Hide resolved
api/src/main/java/net/kyori/adventure/resourcepack/ResourcePackImpl.java
Outdated
Show resolved
Hide resolved
api/src/main/java/net/kyori/adventure/resourcepack/ResourcePackImpl.java
Outdated
Show resolved
Hide resolved
api/src/main/java/net/kyori/adventure/resourcepack/package-info.java
Outdated
Show resolved
Hide resolved
api/src/main/java/net/kyori/adventure/resourcepack/package-info.java
Outdated
Show resolved
Hide resolved
Is |
I'm not sure what its name should be, but I agree that it feels like we are not working with an actual resource pack. |
api/src/main/java/net/kyori/adventure/resource/ResourcePack.java
Outdated
Show resolved
Hide resolved
Please remember to resolve the codestyle issues in this PR (first run |
api/src/main/java/net/kyori/adventure/resource/ResourcePackRequest.java
Outdated
Show resolved
Hide resolved
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.
Should have an accompanying PR on adventure-docs, but otherwise LGTM! Thanks for the contribution :)
No description provided.