Skip to content

ItemStack constructors #10

Description

@Machine-Maker

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions