Added Colorable interface, and made Sheep, Wool and Dye implement it.
Inspired by xpansive By: Andrew Ardill <andrew.ardill@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import org.bukkit.Material;
|
||||
/**
|
||||
* Represents a Wool/Cloth block
|
||||
*/
|
||||
public class Wool extends MaterialData {
|
||||
public class Wool extends MaterialData implements Colorable {
|
||||
public Wool(final int type) {
|
||||
super(type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user