CreativeModeTab API #12150
Open
Warriorrrr wants to merge 2 commits intoPaperMC:mainfrom
Open
Conversation
Member
Author
|
Is there any way to get an instance of FeatureFlagSet that works both at runtime & during testing, or would I have to add something similar to what CraftRegistry does with its static registry field |
kennytv
reviewed
Feb 25, 2025
Member
|
Since it's been broken for so long, I wonder if its not just better to create a whole new type, and make it an interface and registry-able type since its a registry in vanilla. |
Contributor
Lulu13022002
left a comment
There was a problem hiding this comment.
The method on Material should be deprecated too
Member
Author
|
Added a new CreativeModeTab API class and corresponding registry, deprecated the old creative category api in favour of this new one. |
ea0af01 to
48f2b87
Compare
3da43dc to
c7a100e
Compare
c7a100e to
db9b18a
Compare
Doc94
reviewed
Mar 8, 2026
a657645 to
fe3bb09
Compare
1a2b38f to
096daf7
Compare
096daf7 to
5171c20
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #8770
Supersedes #8665
Adds ItemStack#getCreativeCategories and ItemType#getCreativeCategories to replace the old creative category api methods and updates the enum (javadocs copied from MM's PR).