Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toString
Method · 0.95
hashCode
Method · 0.95
equals
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected