-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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);
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request