Having some curiosities about the way we are able to reference Items.
so i know how to get all of the different properties of an item object, like item.getName() , etc.
but is there a good way to get a name like we would find in our inventory menu? as in "stone" instead of "ore" with Variation of 3?
I know i could make some method to create this name, but would hate to do it for each and every item.