Gets the type of this item @return Type of the items in this stack
()
| 60 | * @return Type of the items in this stack |
| 61 | */ |
| 62 | public Material getType() { |
| 63 | return Material.getMaterial(type); |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * Sets the type of this item<br /> |
no test coverage detected