MCPcopy Create free account
hub / github.com/PaperMC/Paper / Material

Method Material

paper-api/src/main/java/org/bukkit/Material.java:2759–2761  ·  view source on GitHub ↗
(final int id)

Source from the content-addressed store, hash-verified

2757 private final Supplier<BlockType> blockType;
2758
2759 private Material(final int id) {
2760 this(id, MaterialData.class);
2761 }
2762
2763 private Material(final int id, final Class<?> data) {
2764 this.id = id;

Callers

nothing calls this directly

Calls 8

minecraftMethod · 0.95
isLegacyMethod · 0.95
getUnsafeMethod · 0.95
startsWithMethod · 0.80
getConstructorMethod · 0.80
nameMethod · 0.65
fromLegacyMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected