-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Addition of Registry#getTags #11758
Copy link
Copy link
Labels
good first issueSimple bug fix or feature which would be a good first PR for someone new to the projectSimple bug fix or feature which would be a good first PR for someone new to the projectstatus: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.
Metadata
Metadata
Assignees
Labels
good first issueSimple bug fix or feature which would be a good first PR for someone new to the projectSimple bug fix or feature which would be a good first PR for someone new to the projectstatus: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.
Type
Fields
Give feedbackNo fields configured for Feature.
Is your feature request related to a problem?
Yes, I cannot find a way in the API to get all tags from a specific registry.
Describe the solution you'd like.
I would like a simple method, such as
Registry#getTagsto get a list/collection of all available tags for a specific registry, that are currently registered to the server.Describe alternatives you've considered.
At the moment I'm having to either use Bukkit's tag system, which leaves much to be desired.
I've also used NMS, which I'd rather stay away from.
Other
No response