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

Method Wool

paper-api/src/main/java/org/bukkit/material/Wool.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11@Deprecated(since = "1.13", forRemoval = true)
12public class Wool extends MaterialData implements Colorable {
13 public Wool() {
14 super(Material.LEGACY_WOOL);
15 }
16
17 public Wool(DyeColor color) {
18 this();

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.95

Tested by

no test coverage detected