nbt 'get' methods
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 22
- Forks
- 1
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
Various methods on CompoundTag return a type based on a key input which is a string. Very commonly, that string is a constant which is easy to lookup when choosing a name for the local var. The local var should be named based on that string, completely ignoring the expected type.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the CompoundTag 'get' methods and inspect how their string key inputs influence local-variable naming. Done means local variables are named from the key string rather than the expected return type; the issue names no specific files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100