Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bukkit/Bukkit
/ Wool
Method
Wool
src/main/java/org/bukkit/material/Wool.java:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
*/
9
public
class
Wool extends MaterialData implements Colorable {
10
public
Wool() {
11
super(Material.WOOL);
12
}
13
14
public
Wool(DyeColor color) {
15
this();
Callers
nothing calls this directly
Calls
1
setColor
Method · 0.95
Tested by
no test coverage detected