Gets the associated wool data value representing this color. @return A byte containing the wool data value of this color @see #getDyeData() @deprecated Magic value
()
| 99 | * @deprecated Magic value |
| 100 | */ |
| 101 | @Deprecated |
| 102 | public byte getWoolData() { |
| 103 | return woolData; |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Gets the associated dye data value representing this color. |
no outgoing calls
no test coverage detected