Gets the Material that this MaterialData represents @return Material represented by this MaterialData
()
| 57 | * @return Material represented by this MaterialData |
| 58 | */ |
| 59 | public Material getItemType() { |
| 60 | return type; |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Creates a new ItemStack based on this MaterialData |
no outgoing calls
no test coverage detected