Sets the color of this dye @param color New color of this dye
(DyeColor color)
| 49 | * @param color New color of this dye |
| 50 | */ |
| 51 | @Override |
| 52 | public void setColor(DyeColor color) { |
| 53 | setData(color.getWoolData()); |
| 54 | } |
| 55 | |
| 56 | @Override |
| 57 | public String toString() { |
no test coverage detected