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

Method SmoothBrick

src/main/java/org/bukkit/material/SmoothBrick.java:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 public SmoothBrick() {
21 super(Material.SMOOTH_BRICK);
22 }
23
24 public SmoothBrick(final int type) {
25 super(type);

Callers

nothing calls this directly

Calls 2

setMaterialMethod · 0.80
containsMethod · 0.65

Tested by

no test coverage detected