Attempts to get the Material with the given ID @param id ID of the material to get @return Material if found, or null
(final int id)
| 358 | * @return Material if found, or null |
| 359 | */ |
| 360 | public static Material getMaterial(final int id) { |
| 361 | return lookupId.get(id); |
| 362 | } |
| 363 | |
| 364 | /** |
| 365 | * Attempts to get the Material with the given name. |
no test coverage detected