Gets the current color of this dye @return DyeColor of this dye
()
| 39 | * @return DyeColor of this dye |
| 40 | */ |
| 41 | @Override |
| 42 | public DyeColor getColor() { |
| 43 | return DyeColor.getByWoolData(getData()); |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * Sets the color of this dye |
no test coverage detected