MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / setData

Method setData

src/main/java/org/bukkit/block/Block.java:140–140  ·  view source on GitHub ↗

Sets the metadata for this block @param data New block specific metadata

(byte data)

Source from the content-addressed store, hash-verified

138 * @param data New block specific metadata
139 */
140 void setData(byte data);
141
142 void setData(byte data, boolean applyPhysics);
143

Callers 15

setFacingDirectionMethod · 0.65
setStickyMethod · 0.65
setPoweredMethod · 0.65
setFacingDirectionMethod · 0.65
setOpenMethod · 0.65
setTopHalfMethod · 0.65
setFacingDirectionMethod · 0.65
setFacingDirectionMethod · 0.65
setColorMethod · 0.65
setSpeciesMethod · 0.65
setColorMethod · 0.65
setFacingDirectionMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected