Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
12
public
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
setColor
Method · 0.95
Tested by
no test coverage detected