Gets the Material that this MaterialData represents @return Material represented by this MaterialData
()
| 51 | * @return Material represented by this MaterialData |
| 52 | */ |
| 53 | public Material getItemType() { |
| 54 | return Material.getMaterial(type); |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Gets the Material Id that this MaterialData represents |
no test coverage detected