-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Proposal] Refactor for nbt builder #41
Comments
Mh, I much prefer the current DSL, I am not the biggest fan of these implicit APIs hiding the actual function calls - the only place where I would actually do this might be a simpler version of the text builder. |
How about the functions for constructing tags just like |
What would be advantage over the currently provided extension functions which do the same? |
|
Wouldn't be possible to have
using context receivers? |
|
Current:
New:
Provide a compound tag builder scope. Return a compound tag
Or(have to set
JvmName
for functions):The text was updated successfully, but these errors were encountered: