Skip to content
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

ItemStack constructors #10

Open
Machine-Maker opened this issue Jul 27, 2023 · 0 comments
Open

ItemStack constructors #10

Machine-Maker opened this issue Jul 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Machine-Maker
Copy link
Member

An ItemStack constructor that uses one of the static fields in Items.java should have its local var name be associated with that item name. So something like

ItemStack itemStack = new ItemStack(Items.ENCHANTED_BOOK);

should be

ItemStack enchantedBookStack = new ItemStack(Items.ENCHANTED_BOOK);
@Machine-Maker Machine-Maker added the enhancement New feature or request label Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant