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

Method Step

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

Source from the content-addressed store, hash-verified

20 }
21
22 public Step() {
23 super(Material.STEP);
24 }
25
26 public Step(final int type) {
27 super(type);

Callers

nothing calls this directly

Calls 2

setMaterialMethod · 0.80
containsMethod · 0.65

Tested by

no test coverage detected