MCPcopy Create free account
hub / github.com/Teneted/Tenet / getWoolData

Method getWoolData

src/main/java/org/bukkit/DyeColor.java:101–104  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Callers 11

setColorMethod · 0.80
applyToMethod · 0.80
applyToItemMethod · 0.80
setBlockStateMethod · 0.80
setColorMethod · 0.80
getDataMethod · 0.80
sendSignChangeMethod · 0.80
setCollarColorMethod · 0.80
setCollarColorMethod · 0.80
setColorMethod · 0.80
setColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected