#BlueJ class context comment0.target=Item comment0.text=\r\n\ This\ represents\ 1\ possible\ item.\r\n\r\n\ Items\ must\ have\ a\ name\ and\ value.\r\n\ They\ are\ based\ off\ Minecraft\ and\ the\ currency\ used\ are\ emeralds.\r\n\ \r\n\ CHG\ Note\:\ Please\ note\ the\ documentation\ of\ this\ object.\ This\ is\ important\ for\ a\ Merit+\r\n comment1.params=name\ value comment1.target=Item(java.lang.String,\ int) comment1.text=\r\n\ Constructor\ for\ objects\ of\ class\ Item.\ \r\n comment2.params= comment2.target=java.lang.String\ getName() comment2.text=\r\n\ Returns\ the\ name\ of\ the\ item\r\n\r\n\ @return\ \ \ \ the\ item's\ name\ as\ a\ string\r\n comment3.params= comment3.target=int\ getValue() comment3.text=\r\n\ Returns\ the\ value\ of\ the\ item\r\n\r\n\ @return\ \ \ \ the\ item's\ value\r\n numComments=4