MCPcopy Create free account
hub / github.com/PaperMC/Paper / getWoolData

Method getWoolData

paper-api/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() @apiNote Internal Use Only

()

Source from the content-addressed store, hash-verified

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.

Callers 15

getByDataMethod · 0.80
getByWoolDataMethod · 0.80
getWoolDyeColorMethod · 0.80
setColorMethod · 0.80
checkColorMethod · 0.80
checkFireworkColorMethod · 0.80
bootstrapMethod · 0.80
addMethod · 0.80
applyToMethod · 0.80
setColorMethod · 0.80
applyToItemMethod · 0.80
applyToItemMethod · 0.80

Calls

no outgoing calls

Tested by 5

getByDataMethod · 0.64
getByWoolDataMethod · 0.64
getWoolDyeColorMethod · 0.64
checkColorMethod · 0.64
checkFireworkColorMethod · 0.64