MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / getMaterial

Method getMaterial

src/main/java/org/bukkit/Material.java:360–362  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 8

matchMaterialMethod · 0.95
getItemTypeMethod · 0.95
getTypeMethod · 0.95
getDataMethod · 0.95
createDataMethod · 0.95
deserializeMethod · 0.95
getMaterialMethod · 0.95
getChangedTypeMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected