Gets the associated wool data value representing this color. @return A byte containing the wool data value of this color @see #getDyeData() @apiNote Internal Use Only
()
| 99 | * @apiNote Internal Use Only |
| 100 | */ |
| 101 | @org.jetbrains.annotations.ApiStatus.Internal // Paper |
| 102 | public byte getWoolData() { |
| 103 | return woolData; |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Gets the associated dye data value representing this color. |
no outgoing calls