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

Method getData

src/main/java/org/bukkit/material/MaterialData.java:35–37  ·  view source on GitHub ↗

Gets the raw data in this material @return Raw data

()

Source from the content-addressed store, hash-verified

33 * @return Raw data
34 */
35 public byte getData() {
36 return data;
37 }
38
39 /**
40 * Sets the raw data of this material

Callers 3

toStringMethod · 0.95
hashCodeMethod · 0.95
equalsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected