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

Method getData

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

Gets the raw data in this material @return Raw data @deprecated Magic value

()

Source from the content-addressed store, hash-verified

36 * @deprecated Magic value
37 */
38 @Deprecated
39 public byte getData() {
40 return data;
41 }
42
43 /**
44 * 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