Get an Item for a specific block name. @param name item name @return The Item or null if the block does not exist or an error occurred
(String name)
| 51 | * @return The Item or null if the block does not exist or an error occurred |
| 52 | */ |
| 53 | Item getItem(String name); |
| 54 | |
| 55 | } |
no outgoing calls
no test coverage detected