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

Method getData

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

Gets the metadata for this block @return block specific metadata

()

Source from the content-addressed store, hash-verified

19 * @return block specific metadata
20 */
21 byte getData();
22
23 /**
24 * @deprecated use {@link #getRelative(BlockFace face)}

Callers 15

TreeSpeciesEnum · 0.65
DyeColorEnum · 0.65
CoalTypeEnum · 0.65
GrassSpeciesEnum · 0.65
CropStateEnum · 0.65
setFacingDirectionMethod · 0.65
getFacingMethod · 0.65
isStickyMethod · 0.65
setStickyMethod · 0.65
isPoweredMethod · 0.65
setPoweredMethod · 0.65
getAttachedFaceMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected