MoF-Dev / EconomyCraft

EconomyCraft is a Bukkit economy plugin that provides basic economic functions as well as AI market players.
MIT License
2 stars 1 forks source link

ItemStack Wrapper #10

Closed kolatat closed 7 years ago

kolatat commented 8 years ago

I think we should create a wrapper for ItemStack with constructors that can take in String arguments directly from players. Should also have expected equality test, and other utils e.g. getFriendlyName, etc.

Everything that currently uses ItemStack or Material as index should change to this wrapper.

kolatat commented 7 years ago

Implemented as ECItem. This class represents all inventory/hand heldable items of any size.